Skip to main content
DELETE
/
public
/
v1
/
fixed-assets
/
{record_number}
Archive Fixed Asset
curl --request DELETE \
  --url https://api.dualentry.com/public/v1/fixed-assets/{record_number}/ \
  --header 'X-API-KEY: <api-key>'
{
  "success": true,
  "errors": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.dualentry.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

Path Parameters

record_number
integer
required

Response

OK

success
boolean
default:true
errors
Errors · object
Last modified on May 28, 2026