Delete conversation message
Authorizations
HTTPRequired
Uses the Authorization header: 'AccessKey ' followed by your access key token
Path parameters
workspaceIdstring · uuidRequired
The unique identifier of the workspace.
conversationIdstring · uuidRequiredExample:
The conversation ID
67e4d358-ca94-421e-98b7-448860df9d33messageIdstring · uuidRequiredExample:
The message ID
f303d128-0619-49ce-9e2a-669098d7d78bResponses
204
Deleted
No content
404
The requested resource was not found.
application/json
delete
/workspaces/{workspaceId}/conversations/{conversationId}/messages/{messageId}No content
Examples
curl -X DELETE "https://api.bird.com/workspaces/a1405560-c8d3-4b1a-877d-3f449ad95352/conversations/02ec2ac2-ebec-42d3-a5f4-e6f3a9edf418/messages/29d3a7f4-841d-4702-a495-20cab72f2865" \
-H "Authorization: AccessKey abcd"Last updated
Was this helpful?

