Skip to main content
DELETE
/
v1
/
lifecycle
/
webhooks
/
{id}
Delete a lifecycle webhook
import requests

url = "https://api.13-215-85-171.sslip.io/v1/lifecycle/webhooks/{id}"

headers = {"Authorization": "Bearer <token>"}

response = requests.delete(url, headers=headers)

print(response.text)
{
  "error": "Missing or invalid bearer credential",
  "code": "unauthorized",
  "request_id": "req_123"
}

Authorizations

Authorization
string
header
required

API key passed as Bearer token

Path Parameters

id
string
required

Lifecycle webhook ID

Response

Lifecycle webhook deleted