Remove-Group-Participant
DELETE
/groups/{GroupId}/participants
Groups
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request DELETE 'http:///groups//participants' \
--header 'Content-Type: application/json' \
--data-raw '{
"wa_ids": [
"{{Recipient-WA-ID}}"
]
}'
响应示例响应示例
{}
请求参数
Path 参数
GroupId
string
必需
Body 参数application/json
返回响应
修改于 2024-09-24 06:57:26