Endpoint
- Method:
DELETE - Path:
/affiliates/{id}/customers/{customerId} - Edition: PRO
- Controller:
LifetimeCommissionController@unlink - Route source:
fluent-affiliate-pro/app/Http/Routes/api.php
DELETE Unlink Affiliate Customer
DELETE
/affiliates/{id}/customers/{customerId}
Unlink a customer from an affiliate.
Controller: LifetimeCommissionController@unlink
Route source: fluent-affiliate-pro/app/Http/Routes/api.php
Authorizations
ApplicationPasswords
WordPress Application Passwords — use Basic auth with username:application_password.
Type
API Key (header: Authorization)
Parameters
Path Parameters
id*
The id.
Type
Requiredinteger
customerId*
The customerId.
Type
Requiredinteger
Responses
Successful response
application/json
JSON
{
}