curl --request DELETE \
--url https://sapi.withsutro.com/projects/{projectId}/messages/{messageId} \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'Soft deletes a message by setting its deleted_at timestamp
curl --request DELETE \
--url https://sapi.withsutro.com/projects/{projectId}/messages/{messageId} \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'Documentation Index
Fetch the complete documentation index at: https://docs.withsutro.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?