# DELETE /webhooks/:webhookId/tournaments/:tournamentId

Remove a tournament subscription from the webhook. Returns the updated webhook. Subscriptions of finished tournaments are cleaned up automatically after about a week, so this is optional housekeeping.

## Parameters

| Parameter | In | Example |
| --- | --- | --- |
| `webhookId` | path | `65f1c2a0e1b2c3d4e5f60718` |
| `tournamentId` | path | `tio:4AHchFkVAecs2` |