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