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-KEYMETHOD
DELETEPath Params
| Field | Type | Description | Characters |
|---|---|---|---|
ISSUER-KEY | string | Unique issuer key (UUID v4). | 36 |
ISSUER-CONTACT-INFORMATION-KEY | string | Unique key of the contact information to be removed (UUID v4). | 36 |
Response
STATUS
204No content is returned in the response body.
Notes
- Removing the contact marked as primary (
is_default: true) is not allowed. The attempt returnsHTTP 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 returnsHTTP 400 / ISS0000011.