# Removes a badge from the project. **DELETE /projects/{id}/badges/{badge_id}** This feature was introduced in GitLab 10.6. ## Servers - https://www.gitlab.com/api/v4: https://www.gitlab.com/api/v4 () ## Authentication methods - Api key auth ## Parameters ### Path parameters - **id** (string | integer) The ID or [URL-encoded path of the project](https://docs.gitlab.com/api/rest/#namespaced-paths). - **badge_id** (integer(int32)) The badge ID ## Responses ### 204 Removes a badge from the project. [Powered by Bump.sh](https://bump.sh)