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