Skip to content

Endpoint

  • Method: DELETE
  • Path: /settings/managers/{id}
  • Edition: PRO
  • Controller: ProSettingController@deleteManager
  • Route source: fluent-affiliate-pro/app/Http/Routes/api.php

DELETE Delete Manager

DELETE
/settings/managers/{id}

Remove an affiliate manager.

Controller: ProSettingController@deleteManager
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
integer
Required

Responses

Successful response

application/json
JSON
{
"message": "string"
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

FluentAffiliate developer documentation