Light Mode
Delete Advertisement
DELETE
/advertisements/{advertisements_id}Last modified: 17 days ago
This endpoint allows you to delete an existing advertisement post by passing the advertisement_id
as a path parameter.
Request
Path Params
advertisements_id
integer
required
Advertisement ID. List of Advertisement ID can be found here.
Request samples
Responses
Deleted Successfully(202)
Not Found(404)
Deleted Successfully
HTTP Code: 202
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
{
"status": 202,
"success": true,
"data": {
"message": "The advertisement has been removed successfully",
"code": 202
}
}
Last modified: 17 days ago