Delete an Asset by its number

Permanently deletes a single asset identified by its unique asset number. The asset number must be URL-encoded. Returns 409 if the asset is a parent to other assets or if multiple assets share the same number.

Path Params
string
required

The asset's number (must be URL encoded)

Responses
204

Asset deleted

400

Bad Request

403

Forbidden

409

Cannot delete. Asset is parent to other assets or more than one asset with the same serial number was found

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here!