DELETE REST API Key​
DELETE
/setting/rest-keys
Delete a WordPress application password used for REST API access. Requires the manage_options capability. The target user must have FluentCRM access.
Authorizations​
ApplicationPasswords
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Type
API Key (header: Authorization)
Parameters​
Query Parameters
user_id*
WordPress user ID who owns the API key.
Type
Requiredinteger
uuid*
UUID of the application password to delete.
Type
Requiredstring
Responses​
API key deleted successfully.
application/json
JSON
{
"message": "string"
}