Delete a blueprint
DELETE/v1/blueprints/:identifier
This route allows you to delete a specific blueprint in your Port account.
To learn more about blueprints, check out the documentation.
Request
Path Parameters
identifier stringrequired
The identifier of the blueprint you want to delete.
Query Parameters
delete_actions boolean
If true
, all self-service actions associated with this blueprint will be deleted as well.
Responses
- 200
Deleted successfully.
Loading...