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"
}Documentation Index
Fetch the complete documentation index at: https://docs.supercycle.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?