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.
curl --request DELETE \
--url https://app.supercycle.com/api/v1/timeline_comments/{id} \
--header 'Authorization: Bearer <token>'{
"error": "Timeline comment not found"
}Was this page helpful?