Delete Blueprint Request Using DELETE

Delete Blueprint Request Using DELETE

Deletes request

Request
URI
DELETE
https://{api_host}/blueprint/api/blueprint-requests/{requestId}
COPY
Path Parameters
string
requestId
Required

requestId

Query Parameters
boolean
force
Optional

Force delete if not in final stage

string
apiVersion
Optional

The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about


Authentication
This operation uses the following authentication methods.
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/blueprint-requests/{requestId}