Skip to content

Delete a badge from a project

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

Deletes a specified badge from a project.

id
required
string

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

badge_id
required
integer

The badge ID

Resource deleted

Bad Request

Not Found