Skip to main content
POST
Update the status of an asset. This is useful for soft-deleting assets while preserving their history.
Soft-deleted assets (status: deleted) remain in the system and can be restored. Hard deletion is done via the Delete Asset endpoint.

Path Parameters

string
required
The unique identifier of the organization
string
required
The unique identifier of the project
string
required
The unique identifier of the asset

Request Body

string
required
New status for the asset. Must be one of: active, deleted

Response

Returns the updated Asset object.