Delete a badge from a group
DELETE
/api/v4/groups/{id}/badges/{badge_id}
Deletes a specified badge from a group.
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 group owned by the authenticated user.
badge_id
required
integer
The badge ID
Responses
Section titled “ Responses ”Resource deleted
Bad Request
Not Found