light-mode-image
Learn
MATTR VII PlatformSigners

Delete a VICAL signer

Deletes a VICAL signer.

â„šī¸ Note: Only available in implementations using unmanaged (external) DTS root CA certificates.

Analytics Events

ECOSYSTEM_VICAL_SIGNER_CERTIFICATE_DELETE_STARTECOSYSTEM_VICAL_SIGNER_CERTIFICATE_DELETE_SUCCESSECOSYSTEM_VICAL_SIGNER_CERTIFICATE_DELETE_FAIL

Roles

admindts-provider
DELETE/v1/ecosystems/certificates/vical-signers/{vicalSignerId}
AuthorizationBearer <token>

In: header

Path Parameters

vicalSignerIdstring

Unique identifier of the VICAL signer.

Formatuuid

Response Body

curl -X DELETE "https://example.vii.au01.mattr.global/v1/ecosystems/certificates/vical-signers/123e4567-e89b-12d3-a456-426614174000"
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?