cURL
curl --request DELETE \ --url https://api.affonso.io/v1/affiliates/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Permanently delete an affiliate and their associated data.
API key authentication. Prefix with 'sk_live_' for production or 'sk_dev_' for development.
Affiliate ID
Affiliate deleted
Was this page helpful?