## Delete video **delete** `/accounts/{account_id}/stream/{identifier}` Deletes a video and its copies from Cloudflare Stream. ### Path Parameters - `account_id: string` The account identifier tag. - `identifier: string` A Cloudflare-generated unique identifier for a media item. ### Example ```http curl https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/stream/$IDENTIFIER \ -X DELETE \ -H "Authorization: Bearer $CLOUDFLARE_API_TOKEN" ``` #### Response ```json {} ```