DELETE
/
evaluations
/
groups
/
{id}
curl --request DELETE \
  --url https://api.fixa.dev/v1/evaluations/groups/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200
application/json
Group deleted successfully
success
boolean
required