API ReferenceKanban
Delete a ticket comment
Delete a comment from a ticket.
Requires a valid bearer token and an active company; the ticket's project must belong to the caller's company (403 otherwise).
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Path Parameters
ticket_id*Ticket Id
comment_id*Comment Id
Response Body
application/json
curl -X DELETE "https://example.com/kanban/tickets/string/comments/string"Empty
Empty
Empty
{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}