Skip to main content
DELETE
/
groups
/
{groupId}
/
contacts
/
{contactId}
Remove contact from group
curl --request DELETE \
  --url https://www.postable.com/api/v1/groups/{groupId}/contacts/{contactId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

groupId
integer
required
contactId
integer
required

Response

204

Contact removed from group successfully

I