Skip to main content
DELETE
/
timeline_comments
/
{id}
Delete a timeline comment
curl --request DELETE \
  --url https://app.supercycle.com/api/v1/timeline_comments/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "Timeline comment not found"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer<int64>
required

Numeric ID of the timeline comment event to delete

Response

Timeline comment successfully deleted