Admin API
Access & update your data
cURL
curl --request DELETE \ --url https://app.supercycle.com/api/v1/timeline_comments/{id} \ --header 'Authorization: Bearer <token>'
{ "error": "Timeline comment not found" }
Deletes a timeline comment event for a specific shop. Only events with type ‘comment’ can be deleted.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Numeric ID of the timeline comment event to delete
Timeline comment successfully deleted
Was this page helpful?