Delete Fixed Asset
Fixed Assets API
Delete Fixed Asset
Delete a fixed asset
DELETE
Delete Fixed Asset
Delete Fixed Asset
This endpoint allows you to delete a fixed asset from the system.Headers
| Parameter | Type | Description |
|---|---|---|
| X-API-KEY | string | Formation API Key (required) |
Path Parameters
| Parameter | Type | Description |
|---|---|---|
| fixed_asset_id | string | Fixed Asset ID (required) |
Parameter Examples
- Fixed Asset ID:
64b8f1a2e4b0c8d9f0123456
Response
Response Parameters
| Parameter | Type | Description |
|---|---|---|
| success | boolean | Indicates if the operation was successful |
| message | string | Additional information about the operation |
| data | null | No data returned for delete operation |
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
Formation API key for authentication.
Path Parameters
Fixed Asset ID