Delete groups related to this ChaosSearch deployment

Deletes groups in this deployment given an array of group IDs. The JSON body must contain one or more group IDs to delete groups. The groups must already exist in the deployment. This call is atomic; either all of the groups in the JSON document are successfully deleted, or none of them are.

Example of JSON payload to delete 1 existing group:

-data '[ "7db91912-a3e9-4641-873c-3deccd07484c" ]'

Example of JSON payload to delete 2 existing groups:

-data '[ "7db91912-a3e9-4641-873c-3deccd07484c","7dd106ab-2c3f-41ef-be60-d956498a6b21" ]'

This endpoint requires a JWT created for the primary/tenant account using the /user/login endpoint.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Headers
string
required

Must specify login as the value.

string
required

Specify the JWT that was output by a previous /user/login endpoint.

Responses

400

The specified resource does not exist

Language
LoadingLoading…
Response
Choose an example:
application/json