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
- 200
- 401
- 404
- 413
- 422
Entities deleted successfully.
Default Response
A resource with the provided identifier was not found
Request body is too large (limit is 1MiB)
The json provided does not match the route's schema