Skip to content

Delete Promotion

DELETE
/admin/affiliates/{id}/promotions/{promotionId}
curl --request DELETE \
--url http://localhost:9000/admin/affiliates/example/promotions/example
id
required
string
promotionId
required
string

OK

Media type application/json
object
id
string
object
string
deleted
boolean
Example generated
{
"id": "example",
"object": "example",
"deleted": true
}