Documentation > Access API > AssetController > accessapi/Asset/Delete/{id}
accessapi/Asset/Delete/{id}
Marks the specified asset as deleted. Deleted assets are permanently removed from the CMS after 15 days.
POST
https://cms.crownpeak.com/[Your Instance]/cpt_webservice/accessapi/Asset/Delete/{id}Request Information
URI Parameters
| Name | Description | Type |
|---|---|---|
| id |
Asset Id |
id |
Body Parameters
None.
Response Information
Resource Description
AssetDeleteResponse
| Name | Description | Type |
|---|---|---|
| ResultCode | eResultCodes | |
| ErrorMessage | System.String | |
| InternalCode | System.Int32 | |
| IsSuccessful | System.Boolean |
Response Formats
application/json
Sample:
{
"resultCode": "conWS_Success",
"errorMessage": "",
"internalCode": 0
}