Skip to main content
DELETE
/
v1
/
timeline
/
{noteId}
Delete a note
curl --request DELETE \
  --url https://api.prod.getdex.com/v1/timeline/{noteId} \
  --header 'Authorization: Bearer <token>'
{
  "error": true,
  "message": "<string>"
}

Use cases

  • Remove a note that was created by mistake
  • Delete an outdated or irrelevant timeline entry
  • Clean up imported notes that are no longer needed
This action is permanent and cannot be undone.

Authorizations

Authorization
string
header
required

Use your Dex API key (e.g. dex_abc123...) as the Bearer token.

Path Parameters

noteId
string<uuid>
required

Response

Successful response

error
boolean
required
message
string
required