> 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/delete-venues.md).

# Delete Venues

Delete organization  venues

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

  **clientUUID**

  **venueUUID**

## Delete organization venue

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

#### Path Parameters

| Name       | Type   | Description |
| ---------- | ------ | ----------- |
| clientUUID | string | Client UUID |
| venueUUID  | string | Venue UUID  |

#### Headers

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

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

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

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

#########################################################################
## Error
#########################################################################
            
{
	"message": "error",
	"status": 400,
}

#########################################################################
## Deletion Cancelled
#########################################################################
            
{
	"message": "error",
	"status": 401,
	"description": "Kindly delete all the buildings assigned to this venue"
}





```

{% endtab %}
{% endtabs %}
