Skip to main content

Uniphore Help Center Portal

Delete single webhook

DELETE

/v1/webhooks/{id}

Delete a specific webhook by its id.

Security

API Key

Header parameter name

The API key to use for authentication.

orby-api-key

Header parameters

orby-org-id string Required

The organization id to handle webhook requests for.

Path parameters

id string Required

The unique identifier of the webhook.

Responses

Success. Webhook is deleted successfully.

object

200

Bad Request. The request is invalid. Please check the request body and try again.

400

{ "code": 0, "message": "string" }

EXAMPLE

Unauthorized. Please check if your API key and organization id are correct.

401

{ "code": 0, "message": "string" }

EXAMPLE

Not Found. The resource you are trying to access does not exist.

404

{ "code": 0, "message": "string" }

EXAMPLE

Rate Limit Exceeded. Please try again later.

429

Internal Server Error. Please try again later or contact Orby support if the issue persists.

500

{ "code": 0, "message": "string" }

EXAMPLE