Remove role
DELETE /v2/stablecoin/{stablecoinId}/roles
DELETE
/v2/stablecoin/{stablecoinId}/roles
Revoke a role from a wallet for the stablecoin.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” stablecoinId
required
string
Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Request Body required
Section titled “Request Body required ”object
type
required
Type of role
string
role
required
Role to remove
string
roleWalletId
required
Role wallet ID
string
signerWalletId
required
Signer wallet ID
string
Responses
Section titled “ Responses ”The resource has been successfully deleted.
object
id
required
The ID of the deleted resource
string
12345678-1234-1234-1234-123456789012
message
required
Success message
string
Deleted successfully
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error