light-mode-image
Learn
MATTR VII PlatformCWT credential configuration

Delete a CWT credential configuration

Deletes an existing CWT credential configuration by providing its ID.

Analytics Events

CREDENTIAL_COMPACT_CREDENTIAL_CONFIGURATION_DELETE_STARTCREDENTIAL_COMPACT_CREDENTIAL_CONFIGURATION_DELETE_SUCCESSCREDENTIAL_COMPACT_CREDENTIAL_CONFIGURATION_DELETE_FAIL

Roles

adminissuer
DELETE/v2/credentials/compact/configurations/{id}
AuthorizationBearer <token>

In: header

Path Parameters

idstring

Unique identifier for the CWT credential configuration.

Formatuuid

Response Body

curl -X DELETE "https://example.vii.au01.mattr.global/v2/credentials/compact/configurations/3948c40e-6e19-4ffc-933c-91f643f24264"
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?