> For the complete documentation index, see [llms.txt](https://tag-api.agreefy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tag-api.agreefy.com/asset-delete.md).

# Delete Asset

To delete an asset

* URL Parameter&#x73;**:**

  **clientUUID**

  **assetUUID**

## To delete asset

<mark style="color:blue;">`GET`</mark> `https://<baseurl>/v1/organization/asset/delete/@clientUUID/@assetUUID`

#### Path Parameters

| Name       | Type   | Description |
| ---------- | ------ | ----------- |
| assetUUID  | string | Asset UUID  |
| clientUUID | string | Client UUID |

#### Headers

| Name           | Type   | Description          |
| -------------- | ------ | -------------------- |
| Authentication | string | Authentication token |

{% tabs %}
{% tab title="200 " %}

```
#########################################################################
## success
#########################################################################

{
    "message": "success",
    "status": 200
}


#########################################################################
## Error:No data found
#########################################################################

{
	"message": "error",
	"status": 400,
	"description": "No data found"
}


```

{% endtab %}
{% endtabs %}
