---
title: Delete
url: https://www.tines.com/docs/api/admin/sync_destinations/delete/
updated: 2025-05-08T14:00:52+00:00
description: Remove a sync destination configuration.
---

*[tines.com](https://www.tines.com/llms.txt) › [Docs](https://www.tines.com/llms.txt) › [Tines API](https://www.tines.com/llms.txt) › [Admin](https://www.tines.com/llm/docs/api/admin.md) › [Story sync destinations](https://www.tines.com/llm/docs/api/admin/sync_destinations.md)*

# Delete

*[View on tines.com](https://www.tines.com/docs/api/admin/sync_destinations/delete/)*

## Description

Remove a sync destination configuration.

## Request

HTTP Method: **DELETE**

| URL parameter | Description                           |
| ------------- | ------------------------------------- |
| id            | ID of the sync destination to delete. |

```bash
curl -X DELETE \
  https://<tenant-domain>/api/v1/admin/sync_destinations/24 \
  -H 'content-type: application/json' \
  -H 'Authorization: Bearer <<CREDENTIAL.tines_api_key>>'
```

## Response

On success a `204 No Content` status is returned and the body is empty.
