DELETE

Delete Contact Note

Permanently deletes a note.

DELETEhttps://api.vantaxai.com/v1/notes/{note_id}

Headers

  • Authorizationstringrequired

    Bearer authentication with your secret API key.

    example: Bearer vx_live_3fa9c2…

Path Parameters

  • note_idstringrequired

    The note to delete.

    example: note_61aa09

Request

curl -X DELETE https://api.vantaxai.com/v1/notes/note_61aa09 \
  -H "Authorization: Bearer vx_live_3fa9c2..."

Response

{
  "success": true,
  "message": "Note deleted successfully"
}