Skip to main content
DELETE
/
api
/
v1
/
clients
/
{clientId}
Delete client
curl --request DELETE \
  --url https://api.contracting.kukkingu.software/api/v1/clients/{clientId} \
  --header 'Authorization: Bearer <token>'
"<unknown>"

Authorizations

Authorization
string
header
required

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

Path Parameters

clientId
string
required

Unique identifier of the client.

Example:

"clnt_z2b3mo8qa5kzptgsu26q2wmh"

Response

Default Response

No response body for successful operations that return HTTP 204.