---
title: "Delete external link"
method: DELETE
path: "/properties-api/listing-settings/external-links/{propertyId}/{linkId}"
tags: ["Listing external links"]
---

# Delete external link

`DELETE /properties-api/listing-settings/external-links/{propertyId}/{linkId}`

Removes one external link from the property. linkId is from the list (GET) or a create response. Returns 204 with no body. The id cannot be used afterward.

## Path parameters

- `propertyId` string, required
- `linkId` string, required

## Response `204`

Link deleted. Response body is empty.

## Other responses

- `401` — Missing or invalid authentication. Account ID is required.
- `403` — You do not have permission to perform this action on the property.
- `404` — No external link exists for this property with the given link ID.

---

[API](https://skmtc.net/guesty/apis/guesty-open-api.md) · [All operations](https://skmtc.net/guesty/apis/guesty-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/guesty/guesty-open-api/versions/7c62644070f2/schema)
