Skip to main content
POST
/
v1
/
keys
/
delete
Delete Api Key
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>",
  "meta": "APIKey",
  "status": 123
}

Authorizations

Api-Key
string
header
required

Body

application/json
api_key
string
required

Response

Successful Response