light-mode-image
Learn
MATTR VII PlatformJSON credential configuration

Delete a JSON credentials configuration

Deletes an existing JSON credentials configuration by providing its ID.

Analytics Events

CREDENTIAL_WEB_SEMANTIC_CREDENTIAL_CONFIGURATION_DELETE_STARTCREDENTIAL_WEB_SEMANTIC_CREDENTIAL_CONFIGURATION_DELETE_SUCCESSCREDENTIAL_WEB_SEMANTIC_CREDENTIAL_CONFIGURATION_DELETE_FAIL

Roles

adminissuer
DELETE/v2/credentials/web-semantic/configurations/{id}
AuthorizationBearer <token>

In: header

Path Parameters

idstring

JSON credentials configuration unique identifier

Formatuuid

Response Body

curl -X DELETE "https://example.vii.au01.mattr.global/v2/credentials/web-semantic/configurations/3948c40e-6e19-4ffc-933c-91f643f24264"
Empty
{
  "code": "string",
  "message": "string",
  "details": [
    {
      "value": "string",
      "msg": "Invalid value",
      "param": "id",
      "location": "body"
    }
  ]
}

{
  "code": "NotFound",
  "message": "Validation Error",
  "details": [
    {
      "location": "params",
      "msg": "Resource Not Found",
      "param": "id",
      "value": "638c5634-fb06-403a-bb00-ddb867ea9063"
    }
  ]
}

How would you rate this page?