Skip to main content
DELETE
/
clients
/
{id}
Delete a client
curl --request DELETE \
  --url https://www.ruddr.io/api/workspace/clients/{id} \
  --header 'Authorization: Bearer <token>'
A person or organization using your services. All projects are tied to a client.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The client uuid

Response

204