Skip to main content

Delete an entity

DELETE 

/v1/blueprints/:blueprint_identifier/entities/:entity_identifier

This route allows you to delete a specific entity in your software catalog.

To learn more about entities, check out the documentation.

Request

Path Parameters

    entity_identifier stringrequired

    The identifier of the entity you want to delete.

    blueprint_identifier stringrequired

    The identifier of the blueprint the entity belongs to.

Query Parameters

    delete_dependents booleanrequired

    If true, this call will also delete all entities with a relation to the deleted entity.

    run_id string

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

Responses

Entity deleted successfully

Loading...