light-mode-image
Learn
MATTR VII PlatformVerifiers

Delete an OIDC Verifier

Deletes an existing OIDC Verifier by providing its ID.

Analytics Events

OIDC_VERIFIER_DELETE_STARTOIDC_VERIFIER_DELETE_SUCCESSOIDC_VERIFIER_DELETE_FAIL

Roles

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

In: header

Path Parameters

idstring

Verifier ID

Formatuuid

Response Body

curl -X DELETE "https://example.vii.au01.mattr.global/ext/oidc/v1/verifiers/41458e5a-9092-40b7-9a26-d4eb43c5792f"
Empty

{
  "code": "BadRequest",
  "message": "Validation Error",
  "details": [
    {
      "location": "params",
      "msg": "Invalid value",
      "param": "verifierId",
      "value": "abc"
    }
  ]
}

{
  "code": "NotFound",
  "message": "Validation Error",
  "details": [
    {
      "location": "params",
      "msg": "Resource Not Found",
      "param": "verifierId",
      "value": "a368cfb4-9537-4439-acc6-ce3cf2287eb7"
    }
  ]
}

How would you rate this page?