InvestigationOrder.Delete
Endpoint
- Method:
DELETE - Route:
InvestigationOrder/Delete/{orderId} - Authentication:
Authorize
Request Schema
Headers
| Header | Required | Notes |
|---|---|---|
X-Api-Key |
Required when tenant is not resolved by subdomain | Resolves the tenant/customer database. |
Authorization: Bearer {token} |
Required for authorized endpoints | Get a token from Auth/Token or Session/Create. |
Path Parameters
| Field | Type | Required | Notes |
|---|---|---|---|
orderId |
decimal |
Yes | Route segment. |
This endpoint does not accept a JSON request body.
Expected Response Schema
Status Codes
| Status | Notes |
|---|---|
204 No Content |
Successful request with no response body. |
400 Bad Request |
Validation, invalid request, invalid contact, or service/export failure. |
404 Not Found |
Requested resource or draft was not found. |
Success Body
Response type: No response body
No response body is expected for the successful response.
Response Sample
null