cURL
curl --request DELETE \ --url https://www.postable.com/api/v1/groups/{groupId} \ --header 'Authorization: Bearer <token>'
Delete a group from your account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Group deleted successfully