Skip to main content
DELETE
/
clients
/
{client_id}
Delete a client
curl --request DELETE \
  --url https://str.keroshospitality.com/api/v1/clients/{client_id} \
  --header 'Authorization: Bearer <token>'
{
  "errorMessage": "<string>",
  "requestId": "<string>"
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Path Parameters

client_id
string
required

Client ID

Response

Client deleted successfully