Sign inGet started

Delete conversation

DELETE
/workspaces/{workspaceId}/conversations/{conversationId}
Delete a conversation
Codevoorbeeld
curl -X DELETE 'https://api.bird.com/workspaces/{workspaceId}/conversations/{conversationId}' \
  -H 'Authorization: AccessKey YOUR_ACCESS_KEY'

Examples

Codevoorbeeld
curl -X DELETE "https://api.bird.com/workspaces/a1405560-c8d3-4b1a-877d-3f449ad95352/conversations/02ec2ac2-ebec-42d3-a5f4-e6f3a9edf418" \
-H "Authorization: AccessKey abcd"