# Remove subscriber from a group
# HTTP method: DELETE
https://api.sender.net/v2/subscribers/groups/{groupId}
Removes one or more subscribers from a group.
groupId string
required
Provide the group id
subscribers array
required
Array of email addresses that would be removed from this group.
conditions string
Will be selecting all the subscribers at once. Won't work when sending together [subscribers] parameter.
Code snippets
Response example
{
"success": true,
"message": "Removed tag"
}