Delete a content item from your project
cURL
curl --request DELETE \ --url https://api.beyondwords.io/v1/projects/{project_id}/content/{id} \ --header 'X-Api-Key: <api-key>'
The numeric ID of your project
The content item's identifier, one of: UUID, source ID, legacy ID
successful
Was this page helpful?