❌ Delete webhook
Code samples
DELETE /api/v1/trx/webhooks/{webhook}
Deletes a webhook that belongs to the authenticated user
🛠️ Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| webhook | path | integer | true | Webhook ID |
🔁 Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 204 | No Content | No content | None |
| 404 | Not Found | Webhook not found | None |