Skip to main content

Issuer Contact Information Removal

This endpoint allows removing contact information associated with a previously registered issuer.


Request

ENDPOINT
/issuer_management/issuer/ISSUER-KEY/issuer_contact_information/ISSUER-CONTACT-INFORMATION-KEY
METHOD
DELETE

Path Params

FieldTypeDescriptionCharacters
ISSUER-KEYstringUnique issuer key (UUID v4).36
ISSUER-CONTACT-INFORMATION-KEYstringUnique key of the contact information to be removed (UUID v4).36

Response

STATUS
204

No content is returned in the response body.


Notes

  • Removing the contact marked as primary (is_default: true) is not allowed. The attempt returns HTTP 400 / ISS0000013. To swap the primary contact, see the full flow in Setting the issuer's primary contact.
  • Changes to the primary contact are only allowed while the issuer is in in_filling. Outside that status, the operation returns HTTP 400 / ISS0000011.