Skip to main content
DELETE
/
api
/
projects
/
{projectId}
/
groups
/
{groupId}
Delete group
curl --request DELETE \
  --url https://api.example.com/api/projects/{projectId}/groups/{groupId} \
  --header 'Authorization: Bearer <token>'
{
  "status": "ok"
}

Authorizations

Authorization
string
header
required

Personal access token is obtained through your profile

Path Parameters

groupId
string<uuid>
required

ID of the group to delete

projectId
string<uuid>
required

ID of the project the group belongs to

Response

200 - application/json

Confirmation of successful deletion

Confirmation of successful deletion

status
enum<string>
required

Indicates successful deletion

Available options:
ok