Skip to main content
DELETE
/
api
/
auth
/
clients
/
{clientId}
Delete client
curl --request DELETE \
  --url http://localhost/api/auth/clients/{clientId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Path Parameters

clientId
string
required

Response

204