7.6.Delete a manager note — DELETE /v1/ats/notes/:id

7.6.Delete a manager note — DELETE /v1/ats/notes/:id

Permanently deletes a manager note.

Example request:

DELETE /api/index.php/v1/ats/notes/3Authorization: Bearer <token>Accept: application/vnd.api+json

HTTP codes:

204 No Content

Note deleted successfully.

403 Forbidden

The API user does not have notes.delete permission on the ticket's category, or the note does not exist.