Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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>" } '
400
Example
Used by the DAPP UI after wallet sign-in via POST /auth/dapp/signIn. External store integrations should use apiKey + apiSignature instead.