Deletes a fixed asset by ID. Returns 200 with a result on success, or 400 if the deletion is not valid.
DELETE
/api-v1/fixed-assets/{id}
curl \
--request DELETE 'https://wyzio.app/api-v1/fixed-assets/{id}?date=2026-05-04T09%3A42%3A00Z'
Response examples (200)
{
"error": {
"errorCode": "NO_ERROR",
"errorDetailValues": [
{
"errorCode": "string",
"fieldName": "string",
"data": "string",
"isSevere": true
}
]
},
"valid": true
}