Delete Ingestion
appfabric_delete_ingestion | R Documentation |
Deletes an ingestion¶
Description¶
Deletes an ingestion. You must stop (disable) the ingestion and you must delete all associated ingestion destinations before you can delete an app ingestion.
Usage¶
appfabric_delete_ingestion(appBundleIdentifier, ingestionIdentifier)
Arguments¶
appBundleIdentifier |
[required] The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request. |
ingestionIdentifier |
[required] The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request. |
Value¶
An empty list.
Request syntax¶
svc$delete_ingestion(
appBundleIdentifier = "string",
ingestionIdentifier = "string"
)