cURL
curl --request DELETE \ --url https://app.usequeue.com/api/v1/task_comments/{task_comment_id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the specific task comment
Successful response
true