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

Authorizations

Authorization
string
header
required

Path Parameters

clientId
string
required
secretId
string
required

Response

204