DELETE
/
api
/
v1
/
realms
/
{realmId}
/
currencies
/
{currencyId}
/
remove
curl --request DELETE \
  --url https://api.drip.re/api/v1/realms/{realmId}/currencies/{currencyId}/remove \
  --header 'Authorization: Bearer <token>'
{
  "data": "<string>"
}

Authorizations

Authorization
string
header
required

API Key

Path Parameters

realmId
string
required
currencyId
string
required

Response

200 - application/json

Default Response

The response is of type object.