light-mode-image
Learn
MATTR VII PlatformVerifier clients

Delete an OIDC Client

Deletes an existing OIDC Verifier Client by providing its ID.

Analytics Events

OIDC_VERIFIER_CLIENT_DELETE_STARTOIDC_VERIFIER_CLIENT_DELETE_SUCCESSOIDC_VERIFIER_CLIENT_DELETE_FAIL

Roles

adminverifier
DELETE/ext/oidc/v1/verifiers/{id}/clients/{clientId}
AuthorizationBearer <token>

In: header

Path Parameters

idstring

OIDC Verifier ID

Formatuuid
clientIdstring

OIDC Verifier Client ID

Formatuuid

Response Body

curl -X DELETE "https://example.vii.au01.mattr.global/ext/oidc/v1/verifiers/41458e5a-9092-40b7-9a26-d4eb43c5792f/clients/da9bb6e4-c9ae-4468-b6ac-72b90d6efd5d"
Empty
{
  "code": "string",
  "message": "string",
  "details": [
    {
      "value": "string",
      "msg": "Invalid value",
      "param": "id",
      "location": "body"
    }
  ]
}
{
  "code": "string",
  "message": "string",
  "details": [
    {
      "value": "string",
      "msg": "Invalid value",
      "param": "id",
      "location": "body"
    }
  ]
}

How would you rate this page?