Removes a badge from the group.

DELETE /groups/{id}/badges/{badge_id}

This feature was introduced in GitLab 10.6.

Path parameters

  • id string Required

    The ID or URL-encoded path of the group owned by the authenticated user.

  • badge_id integer(int32) Required

    The badge ID

Responses

  • 204

    Removes a badge from the group.

DELETE /groups/{id}/badges/{badge_id}
curl \
 --request DELETE 'https://www.gitlab.com/api/v4/groups/{id}/badges/{badge_id}' \
 --header "Private-Token: $API_KEY"