light-mode-image
Learn
MATTR VII PlatformIACA

Delete an IACA

Deletes an existing IACA by providing its ID.

Analytics Events

MOBILE_CREDENTIAL_IACA_DELETE_STARTMOBILE_CREDENTIAL_IACA_DELETE_LIST_SUCCESSMOBILE_CREDENTIAL_IACA_DELETE_LIST_FAIL

Roles

adminissuer
DELETE/v2/credentials/mobile/iacas/{iacaId}
AuthorizationBearer <token>

In: header

Path Parameters

iacaIdstring

IACA ID

Formatuuid

Response Body

curl -X DELETE "https://example.vii.au01.mattr.global/v2/credentials/mobile/iacas/497f6eca-6276-4993-bfeb-53cbbbba6f08"
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?