Module delete

Source
Expand description

Ticket message deletion handler.

Provides an endpoint to delete an existing message within a ticket.

Only the author of the message can delete it. The endpoint validates that the user is the author before performing the deletion.

Functionsยง

delete_ticket_message
DELETE /api/modules/{module_id}/assignments/{assignment_id}/tickets/{ticket_id}/messages/{message_id}