# Remove members from a channel **POST /v1/channels/{channelId}/spotMembers~bulkRemove** Remove members from a channel ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Path parameters - **channelId** (string) The id of the channel ### Body: application/json (object) - **spotMemberIds** (array[string]) An array of strings representing the unique identifiers of spot members to remove from channel ## Responses ### 200 Members successfully removed #### Body: application/json (object) - **removedSpotMembersCount** (integer) The number of members removed from the channel. ### 400 Malformed payload ### 401 Unauthorized ### 403 Forbidden ### 404 Channel not found [Powered by Bump.sh](https://bump.sh)