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>'Was this page helpful?