DELETE
/
v2
/
group
curl --request DELETE \
  --url https://api.sonderplan.com/v2/group \
  --header 'Authorization: Bearer <token>'
{
  "success": {
    "id": 2384
  }
}

Authorizations

Authorization
string
header
required

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

Query Parameters

id
string
required

The ID of the group you wish to update

Response

200
application/json
The resource was successfully deleted
success
object