timeline-entries

Delete

POST
Deletes an entry from an object's timeline.

Request

This endpoint expects an object.
id
stringRequired
The ID of the timeline entry to delete.

Response

This endpoint returns a map from strings to any
POST
1curl -X POST https://api.devrev.ai/timeline-entries.delete \
2 -H "Authorization: <apiKey>" \
3 -H "Content-Type: application/json" \
4 -d '{
5 "id": "don:core:<partition>:devo/<dev-org-id>:ticket/123:timeline_event/<timeline-event-id>"
6}'
Response
1{
2 "string": {
3 "key": "value"
4 }
5}