Delete Affiliate
DELETE {{baseUrl}}/affiliates/:affiliates_id
This endpoint allows you to delete an affiliate via its ID.
OAuth Scopes
marketing.read_write
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":202,"success":true,"data":{"message":"The affiliate has been removed successfully","code":202}}