Skip to main content
DELETE
/
projects
/
{projectId}
/
messages
/
{messageId}
Delete a message
curl --request DELETE \
  --url https://local.withsutro.com/projects/{projectId}/messages/{messageId} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-sutro-api-client: <api-key>'

Authorizations

Authorization
string
header
required

Builder authentication and authorization

x-sutro-api-client
string
header
required

A unique identifier for the API Client making a request

Path Parameters

projectId
string
required
messageId
string<uuid>
required

Response

Message deleted