Delete Blueprint Using DELETE
Deletes a blueprint
Request
URI
DELETE
https://{api_host}/blueprint/api/blueprints/{blueprintId}
COPY
Path Parameters
string
blueprintId
Required
blueprintId
Query Parameters
string
apiVersion
Optional
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about
Responses
204
No Content
Operation doesn't return any data structure
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
404
Not Found
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/blueprint/api/blueprints/{blueprintId}
On This Page
Blueprint Operations
GET
List Blueprints Using GET
POST
Create Blueprint Using POST
DELETE
Delete Blueprint Using DELETE
GET
Get Blueprint Using GET
PUT
Update Blueprint Using PUT
GET
Get Blueprint Inputs Schema Using GET
GET
List Blueprint Versions Using GET
POST
Create Blueprint Version Using POST
GET
Get Blueprint Version Using GET
POST
Release Blueprint Version Using POST
POST
Restore Blueprint Version Using POST
POST
Un Release Blueprint Version Using POST
GET
Get Blueprint Version Inputs Schema Using GET