v1
latestOpenAPI 3.0.02026-07-26870415.2 KBtickets
Delete ticket note
Deletes an internal note from a ticket. Requires a token with write access.
delete/v1/tickets/{id}/notes/{note_id}
Path parameters
idstring required
Ticket id.
Example:xd88mkfbmxgckpeyzs8m9r9d3d843me3
note_idstring required
Ticket note id.
Example:nt77c0dy0mgdpzmqz6tesry8w184002s
Query parameters
workspace_idstring
Optional workspace override. If omitted, Conduit resolves the ticket's workspace automatically.
Example:j57demo8f8x7c9v0n2q4r6t8y1u3i5o
Response
Deleted ticket note
Example response
{
"success": true
}