Soft-deletes an equipment asset by serial number or asset number.

Provide exactly one of SerialNumber or AssetNumber in the request body — providing
both, or neither, is rejected with 400. The soft-delete cascades to the asset's
EquipmentAssetCode, AssetStatusHistory, EquipmentAssetBarcode, and
AssetEvent rows. AssetLotHistory rows are intentionally retained for audit purposes.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

The requested API version

Body Params

The DELETE request body identifying the asset.

Request to soft-delete an equipment asset. Provide exactly one of WCTS.Service.IntegrationApi.Controllers.Assets.Contracts.RemoveAssetRequestV4.SerialNumber
or WCTS.Service.IntegrationApi.Controllers.Assets.Contracts.RemoveAssetRequestV4.AssetNumber; providing both, or neither, is rejected with 400.

string | null

The serial number of the asset to delete. Mutually exclusive with WCTS.Service.IntegrationApi.Controllers.Assets.Contracts.RemoveAssetRequestV4.AssetNumber.

string | null

The asset number of the asset to delete. Mutually exclusive with WCTS.Service.IntegrationApi.Controllers.Assets.Contracts.RemoveAssetRequestV4.SerialNumber.

string | null

Optional username of the person performing the delete.
If provided, must reference an active user. If omitted, defaults to the system integration user.

Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json