Skip to main content

Check out Port for yourself 

Delete multiple entities

DELETE 

/v1/blueprints/:blueprint_identifier/bulk/entities

This route allows you to delete multiple entities (up to 100 entities per request) from a specific blueprint in your software catalog. All entities must belong to the same blueprint.

If any entity has dependent entities and delete_dependents is false, the entire operation will fail and no entities will be deleted.

To learn more about entities, check out the documentation.

Request

Responses

Entities deleted successfully.