Endpoint
- Method:
DELETE - Path:
/settings/license - Edition: PRO
- Controller:
LicenseController@deactivateLicense - Route source:
fluent-affiliate-pro/app/Http/Routes/api.php
DELETE Delete License
DELETE
/settings/license
Deactivate the Pro license.
Controller: LicenseController@deactivateLicense
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)
Responses
Successful response
application/json
JSON
{
"license_data": {
},
"message": "string"
}