POST
/
v1
/
keys
/
delete
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>"
}'
"<any>"

Authorizations

Api-Key
string
header
required

Body

application/json
api_key
string
required

Response

200
application/json
Successful Response

The response is of type any.