DELETE v1/Clients/{clientId}/Inspections/{inspectionId}

Deletes a specific inspection.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientId

Client identifier.

globally unique identifier

Required

inspectionId

Inspection identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

An .

OperationStatusV1
NameDescriptionTypeAdditional information
Success

A value indicating whether the operation was successful.

boolean

None.

Error

The error message associated with the operation when Success is false.

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Error": ""
}

application/xml, text/xml

Sample:
<OperationStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Titan.API.Core.Models">
  <Error></Error>
  <Success>true</Success>
</OperationStatus>