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 POST \ --url https://api.supernotes.app/v1/keys/delete \ --header 'Api-Key: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "api_key": "<string>" } '
{ "type": "<string>", "detail": "<string>", "status": 123 }
Delete an API key for the user
Successful Response