Delete Blueprint Document

Delete Blueprint Document

Delete an existing composite blueprint document by its objectId.

Request
URI
DELETE
https:///composition-service/api/blueprintdocuments/{id}
COPY
Path Parameters
string
id
Required

The objectId of the blueprint.


Responses
204

Composite blueprint document successfully deleted.

Operation doesn't return any data structure

403

Forbidden.

Operation doesn't return any data structure

404

Blueprint not found.

Operation doesn't return any data structure