DELETE
/
admin
/
groups
/
{group_id}
curl --request DELETE \
  --url https://api.helpyousponsor.com/v1/admin/groups/{group_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Successfully Deleted the Group"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

group_id
integer
required

The ID of the group to delete

Response

200
application/json
Successfully Deleted the Group
message
string
Example:

"Successfully Deleted the Group"