Skip to main content
DELETE
/
admin
/
groups
/
{group_id}
Delete a group by ID
curl --request DELETE \
  --url https://api.helpyousponsor.com/v1/admin/groups/{group_id} \
  --header 'X-HYS-API-Key: <api-key>'
{
  "message": "Successfully Deleted the Group"
}

Documentation Index

Fetch the complete documentation index at: https://api-docs.helpyousponsor.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-HYS-API-Key
string
header
required

API key generated from Developer Settings. Format: hys_...

Path Parameters

group_id
integer
required

The ID of the group to delete

Response

Successfully Deleted the Group

message
string
Example:

"Successfully Deleted the Group"