DELETE simulation
Check Status
This endpoint sends an HTTP DELETE request to the specified URL to check the status of the resource. The :statusCode parameter in the URL should be replaced with the actual status code to be checked.
Request Body
This request does not require a request body.
DELETE
DELETE simulation
Previous
HEAD simulation### Check Status
This endpoint sends an HTTP HEAD request to the specified URL to check the status of the resource. The `:statusCode` parameter in the URL should be replaced with the actual status code to be checked.
**Request Body**
This request does not require a request body.
**Response Body**
The response will not contain a body, as the HTTP HEAD method is used to retrieve the headers and status of the resource without receiving the actual content.
Next
DELETE simulation