Skip to main content
DELETE
/
groups
/
{groupId}
Delete group
curl --request DELETE \
  --url https://www.postable.com/api/v1/groups/{groupId} \
  --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

Response

204

Group deleted successfully

I