delete https://dialpad.com/api/v2/channels//members
Removes a member from a channel.
Added on May 12, 2022 for API v2.
Rate limit: 1200 per minute.
Response
200A successful response
Removes a member from a channel.
Added on May 12, 2022 for API v2.
Rate limit: 1200 per minute.
200A successful response
xxxxxxxxxx
curl --request DELETE \
--url https://dialpad.com/api/v2/channels/id/members \
--header 'content-type: application/json'
Try It!
to start a request and see the response here!