FieldEx Developer
developer notes

Delete Asset

The AssetDelete API allows you to delete an existing asset record.

Method API Endpoint
DELETE {{endpoint}}/api/ext/assets/{id}

‍

Headers

‍

Key Value
Content-Type application/json
Authorization Bearer {{token}}

‍

Example Response

‍

//status - 200
{
    "message": "Assets has been Deleted Successfully",
    "newRecordId": null,
    "tripId": null,
    "task": null,
    "uuid": null,
    "driverOrderTripVM": null
}

‍