light-mode-image
Learn
MATTR VII PlatformS-CWT credential configuration

Delete a Semantic CWT credentials configuration

Deletes an existing Semantic CWT credentials configuration by providing its ID.

Analytics Events

CREDENTIAL_COMPACT_SEMANTIC_CREDENTIAL_CONFIGURATION_DELETE_STARTCREDENTIAL_COMPACT_SEMANTIC_CREDENTIAL_CONFIGURATION_DELETE_SUCCESSCREDENTIAL_COMPACT_SEMANTIC_CREDENTIAL_CONFIGURATION_DELETE_FAIL

Roles

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

In: header

Path Parameters

idstring

Unique identifier for the Semantic CWT credentials configuration.

Formatuuid

Response Body

curl -X DELETE "https://example.vii.au01.mattr.global/v2/credentials/compact-semantic/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?