Delete Blueprint
Delete an existing composite blueprint by its objectId.
Request
URI
DELETE
https://{api_host}/composition-service/api/blueprints/{id}
COPY
Path Parameters
string
id
Required
The objectId of the blueprint.
Responses
204
Composite blueprint 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