v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14167964.6 KB

Deletes the specified feed. You can delete the feed at any time. Elemental Inference doesn't block you from deleting a feed when the calling application is calling PutMedia or GetMetadata on that feed, although both these calls will start to fail. For more information about managing inactive feeds, see the Elemental Inference User Guide.

delete/v1/feed/{id}

Path parameters

idstring required

The ID of the feed.

Response

Success

arnstring required

The ARN of the deleted feed.

idstring required

The ID of the deleted feed.

status'CREATING' | 'AVAILABLE' | 'ACTIVE' | 'UPDATING' | 'DELETING' | 'DELETED' | 'ARCHIVED' required

The current status of the feed. When deletion of the feed has succeeded, the status will be DELETED.