Skip to main content
POST
/
notes
/
delete
Soft-delete a note/activity.
curl --request POST \
  --url https://api.supersonic.cv/notes/delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "note_id": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

API key: supersonic_live_...

Body

application/json
note_id
string
required

Note UUID

Response

Success

The response is of type object.