Delete Assets

Soft deletes the assets and sends it to the Tenovos Recycle Bin. The assets will no longer show up and be available for users, but can still be restored.

SecurityOAuth2
Request
header Parameters
content-type
string
Example: application/json
Authorization
string
Example: Bearer <token>
Request Body schema: application/json
Array
string <uuid>

Unique Asset Identifiers

Responses
202

Successful Request. Batch deletion of assets has started.

204

Successful Request. Assets Deleted Successfully.

400

One or more required parameters are missing or invalid.

401

Authentication failed (unauthorized).

403

Forbidden. You do not have permissions to perform this action, or your connection information is not correct.

503

The server is too busy to handle the request.

delete/assets
Request samples
application/json
[
  • "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
Response samples
application/json
{
  • "taskId": "fba70961-0091-4a07-a4c3-42182d67572f"
}