Delete Blueprint Document
Delete an existing composite blueprint document by its objectId.
Request
URI
DELETE
https://{api_host}/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
Blueprint Documents Operations
PUT
Create Or Update Blueprint Document
DELETE
Delete Blueprint Document