Delete campaign video by id
DELETE/api/campaign/:campaign_id/video/:video_id
Delete campaign video by id
Request
Path Parameters
campaign_id uuidrequired
The id of the campaign
video_id uuidrequired
The id of the video
Responses
- 200
- 422
- default
Video deleted
Campaign not found or video not found
Unexpected error
- application/json
- Schema
- Example (from schema)
Schema
code int32required
The error code
message stringrequired
A human-readable error message
{
"code": 0,
"message": "string"
}
Loading...