Skip to content

Releases the Pro licence activation for this site so the key can be used elsewhere.

Endpoint

  • Method: DELETE

  • Path: /admin/license

  • Edition: PRO

  • Controller: LicenseController@deactivateLicense

  • Route source: fluent-community-pro/app/Http/Routes/api.php:19

  • Controller source: fluent-community-pro/app/Http/Controllers/LicenseController.php

  • Requires the FluentCommunity community-admin permission (or a WordPress super admin).

  • Requires FluentCommunity Pro; Pro updates stop after deactivation.

Reconstructed sample

This endpoint belongs to a module that is not active on the reference install (or needs a file upload), so the payload below was reconstructed by reading the controller rather than recorded. Field names and types follow the source; values are illustrative.

DELETE Deactivate License Key

DELETE
/admin/license

Releases the Pro licence activation for this site so the key can be used elsewhere.

Controller: LicenseController@deactivateLicense
Route source: fluent-community-pro/app/Http/Routes/api.php:19

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": {
  
  
"status": "string",
  
  
"message": "string"
  
},
  
"message": "string"
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation