Modo Claro
Delete Affiliate
DELETE
/affiliates/{affiliates_id}Last modified: 23 days ago
This endpoint allows you to delete an affiliate by passing the affiliate_id
as a path parameter.
Request
Parâmetros Path
affiliates_id
string
requerido
Affiliate ID. List of Affiliate ID can be found here.
Request samples
Respostas
Deleted Successfully(200)
Not Found(404)
Deleted Successfully
HTTP Code: 200
Content Type : JSONapplication/json
Esquema de Dados
No schema defined
Exemplo
{
"status": 202,
"success": true,
"data": {
"message": "The affiliate has been removed successfully",
"code": 202
}
}
Last modified: 23 days ago