DELETE
/
timeline_comments
/
{id}
curl --request DELETE \
  --url https://app.supercycle.com/api/v1/timeline_comments/{id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

Numeric ID of the timeline comment event to delete

Response

204
_mintlify/placeholder

Timeline comment successfully deleted