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
}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>"
}
'{
"type": "<string>",
"detail": "<string>",
"meta": "APIKey",
"status": 123
}