DELETE /asset_model/assets/{asset_id}
Deletes a Asset by ID.
| MIME Type |
|---|
text/plain |
| Parameter | Type | Optionality | Data Type | MIME Type | Description |
|---|---|---|---|---|---|
asset_id |
path |
Required |
Number (Integer) |
text/plain |
null |
| HTTP Response Code | Unique Code | Description |
|---|---|---|
204 |
The Asset deleted successfully. |
|
403 |
1009 |
User does not have permission to delete asset |
404 |
1002 |
The Asset ID was not found. |
500 |
1020 |
An error occurred while attempting to delete the asset. |
Response Description
Response Sample