Delete a badge from a project
DELETE
/api/v4/projects/{id}/badges/{badge_id}
Deletes a specified badge from a project.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” id
required
string
The ID or URL-encoded path of the project owned by the authenticated user.
badge_id
required
integer
The badge ID
Responses
Section titled “ Responses ”Resource deleted
Bad Request
Not Found