cURL
curl --request DELETE \ --url https://apidev.lindo.ai/v1/workspace/client/delete \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "client_id": "client_abc123" } '
{ "success": true, "result": { "message": "Client deleted successfully", "client_id": "client_abc123", "revoked": true } }
Removes a client from the workspace and revokes their access
Enter your API key (starts with lindo_sk_)
Unique identifier of the client to delete
"client_abc123"
Client deleted successfully
Indicates the operation was successful
true
false
Show child attributes
Was this page helpful?