POST
/
v1
/
keys
/
delete
curl --request POST \
  --url https://api.supernotes.app/v1/keys/delete \
  --header 'Content-Type: application/json' \
  --data '{
  "api_key": "<string>"
}'
"<any>"

Authorizations

Api-Key
string
headerrequired

Body

application/json
api_key
string
required

Response

200 - application/json

The response is of type any.