Skip to main content
DELETE
/
v1
/
clients
/
{client}
/
credentials
/
{credential}
Delete ClientCredential
curl --request DELETE \
  --url https://iam.eu.confidence.dev/v1/clients/{client}/credentials/{credential} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

client
string
required
credential
string
required

Response

200

OK