title: Revoke All User Keys keywords:
- revoke all user keys
- delete
- revoke
- all
- user
- keys
Revoke all Flowplate API keys for a user.
DELETEhttps://api.aitronos.com/v1/flowplate/api-keys/user/{user_id}
x-flowplate-master-key string required
Flowplate master API key for internal service authentication.
user_id string required
The user id parameter.
success boolean
Whether the action was successful
message string
Action result message
cURL
- Bash
- Python
- JavaScript
curl -X DELETE "https://api.aitronos.com/v1/flowplate/api-keys/user/{user_id}" \
-H "X-API-Key: $FREDDY_API_KEY"Response:
200 OK
{
"success": true,
"message": "Operation completed successfully"
}