title: Revoke Flowplate Api Key keywords:
- revoke flowplate api key
- delete
- revoke
- flowplate
- api
- key
Revoke a user's Flowplate API key.
DELETEhttps://api.aitronos.com/v1/flowplate/api-keys/{user_id}/{org_id}
x-flowplate-master-key string required
Flowplate master API key for internal service authentication.
user_id string required
The user id parameter.
org_id string required
The org 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_id}/{org_id}" \
-H "X-API-Key: $FREDDY_API_KEY"Response:
200 OK
{
"success": true,
"message": "Operation completed successfully"
}