---
api: 'Merchant API'
---

# Delete a synchronous webhook

Delete a specific synchronous webhook registration, based on its ID.

## Endpoint

DELETE `/api/synchronous-webhooks/{synchronous_webhook_id}`

## Returns

### 204

Synchronous webhook deleted

## Error responses

| HTTP status code | Description |
| --- | --- |
| 401 | Unauthorized |
| 404 | Not Found |
