Skip to main content
DELETE
/
api
/
entities
/
custom
/
v1
/
groups
DeleteEntitiesGroup
curl --request DELETE \
  --url https://developer.synq.io/api/entities/custom/v1/groups \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "groupId": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

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

Body

application/json
groupId
string
required

Response

200 - application/json

Success

The response is of type DeleteEntitiesGroupResponse · object.