Webhooks
Remove Webhook
Deletes a webhook configuration by id.
How to call — DELETE {server}/api/v1/business/webhooks/{id} with X-API-Key.
DELETE
Remove Webhook
Authorizations
Your UGiftMe API key for authentication.
Format: Secure API key (e.g., <your-api-key>)
Required: All endpoints require this header
Example: X-API-Key: <your-api-key>
Path Parameters
Response
Removed
Example:
"Webhook deleted successfully"
Previous
Test delivery sampleReturns the JSON body and event name used for manual test deliveries (`webhook.test`).
The `sentAt` field in the sample is refreshed when **`POST /webhooks/test`** actually sends.
**How to call** — **GET** `{server}/api/v1/business/webhooks/test-sample` with `X-API-Key`.
Next
Remove Webhook
