Removes a user from a group direct message channel. The requesting user must be a member with appropriate permissions.
curl --request DELETE \
--url https://api.fluxer.app/v1/channels/{channel_id}/recipients/{user_id} \
--header 'Authorization: <api-key>'{
"code": "ACCESS_DENIED",
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}Bot token: Authorization: Bot <token>. This is the primary authentication method for bot applications.
The ID of the channel
The ID of the user
Whether to suppress the system message when leaving a group DM
No Content
curl --request DELETE \
--url https://api.fluxer.app/v1/channels/{channel_id}/recipients/{user_id} \
--header 'Authorization: <api-key>'{
"code": "ACCESS_DENIED",
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}