Issuer Signer Groups Removal
This endpoint allows removing signer groups associated with a previously registered issuer.
Request
ENDPOINT
/issuer_management/issuer/ISSUER-KEY/signer_group/SIGNER-GROUP-KEYMETHOD
DELETEPath Params
| Field | Type | Description | Characters |
|---|---|---|---|
ISSUER-KEY | string | Unique issuer key (UUID v4). | 36 |
SIGNER-GROUP-KEY | string | Unique key of the signer group to be removed (UUID v4). | 36 |
Response
STATUS
204No content is returned in the response body.