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

Authorizations

Authorization
string
header
required

API Key

Path Parameters

currencyId
string
required

Response

204
application/json

Default Response

The response is of type any.