GET api/CutAndBend/DeleteCutAndBendDefinition/{id}
Delete cut and bend definition.
Access
Requires authentication.
Requires SSL.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | The id. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/xml, text/xml
Sample:
<ApiResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ResponseCode>1</ResponseCode>
<ResponseDescription>sample string 2</ResponseDescription>
<MethodExpirationDate>2025-12-14T03:47:27.2887112+01:00</MethodExpirationDate>
<ResponseObject>
<ModelId>1</ModelId>
<ModelGUID>sample string 1</ModelGUID>
</ResponseObject>
</ApiResponse>
application/json, text/json
Sample:
{
"ResponseCode": 1,
"ResponseDescription": "sample string 2",
"MethodExpirationDate": "2025-12-14T03:47:27.2887112+01:00",
"ResponseObject": {
"ModelId": 1,
"ModelGUID": "sample string 1"
}
}