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
Ads
Delete ad
Ads
Delete ad
Deletes an ad from a project
DELETE
/
projects
/
{project_id}
/
ads
/
{id}
curl --request DELETE \
--url https://api.beyondwords.io/v1/projects/{project_id}/ads/{id} \
--header 'X-Api-Key: <api-key>'
Authorizations
Path Parameters
The numeric ID of your project
The numeric ID of your ad
Response
204
successful
curl --request DELETE \
--url https://api.beyondwords.io/v1/projects/{project_id}/ads/{id} \
--header 'X-Api-Key: <api-key>'