Skip to main content
DELETE
/
api
/
v1
/
realms
/
{realmId}
/
credentials
/
cURL
curl --request DELETE \
  --url https://api.drip.re/api/v1/realms/{realmId}/credentials/ \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API Key

Path Parameters

realmId
string
required

Realm ID

Query Parameters

type
enum<string>
required

Type of credential identifier

Available options:
twitter-id,
discord-id,
wallet,
email,
custom
value
string
required

Credential value

source
string

Required for custom type

Response

204

Credential successfully deleted