Unsubscribe from a webhook
Unsubscribe from a webhook
Path Parameters
event string required
Possible values: [incomingCall
, outgoingCall
, callStart
, callEnd
, callInsights
]
The event to unsubscribe from
Responses
- 204
- 400
- 401
- 403
Successfully unsubscribed from the webhook
Invalid event
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
errors object[]
code string
Human readable error code
message string
Human readable error message
detail string
Human readable error detail
{
"errors": [
{
"code": "ERROR_CODE",
"message": "An error occurred while calling the endpoint",
"detail": "View more info at developers.rinkel.com"
}
]
}
Unauthorized
Current plan does not include integrations
Loading...