Skip to main content

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

    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

Loading...