Delete an advertiser
HTTP Method | End Point |
---|---|
DELETE | api/admin/deleteAdvertiser/{user_id} |
Response Body
curl -X DELETE -H "X-Api-Key: {key}" -H "Cache-Control: no-cache"
"http://{network}/api/admin/deleteAdvertiser/{user_id}"
{
"data"
: {
"message"
:
"string"
},
"success"
: boolean
}
- Success - true when advertiser is removed successfully
- Success - false when advertiser can not be removed from the database