client.webhooks.delete()
Delete an endpoint. Undelivered retries for it are dropped with it.
delete(id: string): Promise<APIResponse<{ deleted: boolean }>>- stringHeadererforderlich
Ihr API-Schlüssel.
Authorization: Bearer <key>wird ebenfalls akzeptiert.
- stringerforderlich
Webhook endpoint id
- Beispiel
- object
The response payload.
- boolean
Always true: the endpoint is gone once this returns.
- string
Id of the deleted endpoint.
- 400
VALIDATION_ERROR - 401
UNAUTHORIZED - 403
FORBIDDEN - 404
NOT_FOUND - 429
RATE_LIMITED - 500
INTERNAL_ERROR
- Mindeststufe
- Explorer+
- Monatskontingent
- 200/mo
- Anfragerate
- 10/min
- Tageslimit
- 50
Die Werte gelten für die Mindeststufe dieses Endpunkts. Höhere Stufen erhöhen alle Limits.