Delete a scorecard
DELETE/v1/blueprints/:blueprint_identifier/scorecards/:scorecard_identifier
This route allows you to delete a specific scorecard. A scorecard is a set of rules that define the quality of a blueprint.
To learn more about scorecards, check out the documentation.
Request
Path Parameters
scorecard_identifier stringrequired
Possible values: non-empty
The identifier of the scorecard you want to delete.
blueprint_identifier stringrequired
Possible values: non-empty
The identifier of the blueprint whose scorecard you want to delete.
Responses
- 200
Default Response
Loading...