Skip to main content

Check out Port for yourselfย 

Delete all entities of a blueprint

DELETE 

/v1/blueprints/:blueprint_identifier/all-entities

This route allows you to delete all entities of a specific blueprint in your software catalog.

To learn more about entities, check out the documentation.

Requestโ€‹

Path Parameters

    blueprint_identifier stringrequired

    Possible values: non-empty

    The identifier of the blueprint whose entities you want to delete.

Query Parameters

    run_id string

    You can provide a run_id to associate the deleted entities with a specific action run.

    delete_blueprint boolean

    If true, this call will also delete the blueprint itself.

Responsesโ€‹

Entities deleted successfully