Current section
Files
Jump to
Current section
Files
priv/docs/methods/calls.participants.remove.json
{
"args": {
"id": {
"desc": "`id` returned by the `calls.add` method.",
"example": "R0E69JAIF",
"required": true,
"type": "string"
},
"users": {
"desc": "The list of users to remove as participants in the Call. Read more on how to specify users here.",
"example": "[{\"slack_id\": \"U1H77\"}, {\"external_id\": \"54321678\", \"display_name\": \"External User\", \"avatar_url\": \"https://example.com/users/avatar1234.jpg\"}]",
"required": true,
"type": "array"
}
},
"desc": "Registers participants removed from a Call.",
"errors": {
"bad_users": "At least one specified user is not part of the Call.",
"inactive_call": "The Call has been already ended.",
"invalid_call_id": "The specified Call wasn't found.",
"missing_argument": "A required argument is missing.",
"not_implemented": "This method is not available.",
"user_not_found": "At least one specified user wasn't found."
},
"rate_limit": {
"label": "Tier 3: 50+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {
"bot": [
{
"name": "calls:write",
"url": "https://docs.slack.dev/reference/scopes/calls.write"
}
],
"user": [
{
"name": "calls:write",
"url": "https://docs.slack.dev/reference/scopes/calls.write"
}
]
}
}