Authorizations
API Key
Response
200 - application/json
Default Response
Remove a shared currency from a child realm
curl --request DELETE \
--url https://api.drip.re/api/v1/realms/{realmId}/currencies/{currencyId}/remove \
--header 'Authorization: Bearer <token>'{
"data": "<string>"
}API Key
Default Response
Was this page helpful?
curl --request DELETE \
--url https://api.drip.re/api/v1/realms/{realmId}/currencies/{currencyId}/remove \
--header 'Authorization: Bearer <token>'{
"data": "<string>"
}