Skip to main content
DELETE
/
api
/
v1
/
business
/
webhooks
/
{id}
Remove Webhook
curl --request DELETE \
  --url https://api-stage.ugift.me/api/v1/business/webhooks/{id} \
  --header 'X-API-Key: <api-key>'
{
  "message": "Webhook deleted successfully"
}

Documentation Index

Fetch the complete documentation index at: https://docs.ugift.me/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

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

id
string
required

Response

Removed

message
string
required
Example:

"Webhook deleted successfully"