Delete an API key for the user
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>"
Successful Response
The response is of type any
.
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>"
Delete an API key for the user
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>"
Successful Response
The response is of type any
.
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>"