Skip to main content
PATCH
/
api
/
v1
/
keys
/
delete
cURL
curl --request PATCH \
  --url https://api.drgreennft.com/api/v1/api/v1/keys/delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "apiKeyId": "<string>"
}
'
{ "statusCode": 400, "message": "Validation failed", "data": [ "email must be a valid email", "phoneNumber should not be empty" ] }

Authorizations

Authorization
string
header
required

Used by the DAPP UI after wallet sign-in via POST /auth/dapp/signIn. External store integrations should use apiKey + apiSignature instead.

Body

application/json
apiKeyId
string
required

Response