cURL
curl --request DELETE \ --url https://api.bonifiq.com.br/v1/pvt/Affiliate/disable/{originalId} \ --header 'Authorization: Basic <encoded-value>'
{ "ErrorMessage": "<string>", "ErrorCode": 123, "Result": true, "HasError": true }
Use API Basic Auth Keys
Affiliate Id
Reason for disabling the affiliate.
BaseExternalApiResponse indicating success or error
Error message or description
Optional error code, if available
If true the request had an error.
Was this page helpful?