Getting started
Analytics
Background tracks
Content
Languages
Organization settings
Project voices
Player settings
Player
Playlists
Webhooks
Projects
Roles
RSS Feed
Rules
Summarization Settings
Video Settings
Content
Delete content
Content
Delete content
Delete a content item from your project
DELETE
/
projects
/
{project_id}
/
content
/
{id}
curl --request DELETE \
--url https://api.beyondwords.io/v1/projects/{project_id}/content/{id} \
--header 'X-Api-Key: <api-key>'
Authorizations
Path Parameters
The numeric ID of your project
The content item's identifier, one of: UUID, source ID, legacy ID
Response
204
successful
curl --request DELETE \
--url https://api.beyondwords.io/v1/projects/{project_id}/content/{id} \
--header 'X-Api-Key: <api-key>'