v1

latestOpenAPI 3.1.02026-07-24770322.0 KB

Delete Client

This API endpoint permanently removes a specific client. When a client is deleted, the associated individual file and message channels are also deleted.

delete/v1/clients/{id}

Path parameters

idstring required

The ID of the client to delete

Response

200

idstring
objectstring
deletedboolean

Example response

{
  "id": "25bd3f5a-c059-4f68-8a2d-2749016ba451",
  "object": "client",
  "deleted": true
}