Skip to main content
DELETE
/
api
/
v1
/
conversations
/
{conversation_id}
/
access
Remove Access
curl --request DELETE \
  --url https://api.example.com/api/v1/conversations/{conversation_id}/access \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "emails": [
    "[email protected]"
  ]
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

conversation_id
string
required

Body

application/json
emails
string<email>[]
required

Response

Successful Response

The response is of type Response Remove Access Api V1 Conversations Conversation Id Access Delete · object.