Skip to main content
DELETE
/
api
/
v1
/
realms
/
{realmId}
/
currencies
/
{currencyId}
/
shares
/
{childRealmId}
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>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.drip.re/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API Key

Path Parameters

realmId
string
required
currencyId
string
required
childRealmId
string
required

Response

200 - application/json

Default Response

data
object