Skip to main content
DELETE
/
v1.0
/
webhook
/
{subscribeId}
Delete Webhook
curl --request DELETE \
  --url https://api.lofty.com/v1.0/webhook/{subscribeId} \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: <content-type>'

Documentation Index

Fetch the complete documentation index at: https://developer.lofty.com/llms.txt

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

Headers

Authorization
string
required

Bearer [access_token]

Content-Type
string
required

application/json

Path Parameters

subscribeId
integer<int64>
required

ID of the webhook subscription to delete.

Required range: x >= 1

Response

Webhook deleted successfully. No response body.