Groups
delete
Delete a group.
Interact with the "Request Body" below to explore the arguments of this function. Enter your GroundX API key to send a request directly from this web page. Select your language of choice to structure a code snippet based on your specified arguments.
delete/v1/group/{groupId}
Path parameters
groupIdinteger required
The groupId of the group to be deleted.
Response
Group successfully deleted
Example response
{
"message": "OK"
}Changes
Changed in 2 of the 50 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 30 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲