Skip to main content

Delete a blueprint

DELETE 

https://api.getport.io/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

Deleted successfully.

curl -L -X DELETE 'https://api.getport.io/v1/blueprints/:identifier' \
-H 'Authorization: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://api.getport.io
Auth
Parameters
— pathrequired
— query
ResponseClear

Click the Send API Request button above and see the response here!