Removes a badge from the project.

DELETE /projects/{id}/badges/{badge_id}

This feature was introduced in GitLab 10.6.

Path parameters

Responses

  • 204

    Removes a badge from the project.

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