cURL
curl --request DELETE \ --url https://www.postable.com/api/v1/groups/{groupId}/contacts/{contactId} \ --header 'Authorization: Bearer <token>'
Remove one or more contacts from a group
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Contact removed from group successfully