Revoke Client secret.

Request

Revoke secret of SLB Authenticator Client.

Security
appkey and bearer
Path
clientIDstringrequired
secretIDstringrequired
curl -i -X DELETE \
  'https://api.delfi.slb.com/auth/client/v1/clients/{clientID}/secrets/{secretID}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'appkey: YOUR_API_KEY_HERE'

Responses

Success

Bodyapplication/json
idstring
messagestring
Response
{ "id": "string", "message": "string" }