Skip to main content
DELETE
Delete Fixed Asset

Delete Fixed Asset

This endpoint allows you to delete a fixed asset from the system.

Headers

Path Parameters

Parameter Examples

  • Fixed Asset ID: 64b8f1a2e4b0c8d9f0123456

Response

Response Parameters

Error Responses

Invalid Request (400)

Unauthorized (401)

Fixed Asset Not Found (404)

Internal Server Error (500)

Notes

  • Once a fixed asset is deleted, it cannot be recovered
  • The fixed asset ID must be a valid ObjectID format
  • Deletion is permanent and will remove all associated data
  • No data is returned in the response for successful delete operations

Authorizations

X-API-Key
string
header
required

Formation API key for authentication.

Path Parameters

fixed_asset_id
string
required

Fixed Asset ID

Response

Fixed asset deleted successfully

success
boolean
Example:

true

message
string
Example:

"Fixed asset deleted successfully"

data
object | null

No data returned for delete operation