curl --request DELETE \
--url https://api.example.com/api/projects/{projectId}/groups/{groupId} \
--header 'Authorization: Bearer <token>'{
"status": "ok"
}Delete a group from a project. Groups managed by access profiles cannot be deleted directly.
curl --request DELETE \
--url https://api.example.com/api/projects/{projectId}/groups/{groupId} \
--header 'Authorization: Bearer <token>'{
"status": "ok"
}Personal access token is obtained through your profile
ID of the group to delete
ID of the project the group belongs to
Confirmation of successful deletion
Confirmation of successful deletion
Indicates successful deletion
ok Was this page helpful?