Delete Webhook

The Delete Webhook API allows you to remove an existing webhook configuration from the system by providing the Webhook ID.

This API is especially useful for:

  1. Cleaning up unused or outdated webhook configurations.
  2. Removing webhook configurations that are no longer required.
  3. Managing webhook records to maintain a clean and efficient setup.

Request Parameters

Public Request Parameters

📘

Public Request Parameters

Path Parameters

ParamTypeRequiredDescriptionExample
idstringYesWebhook record ID."373593634-c272-4ed5-9896-1a4f1212125e"

Response Explanation

Public Response Parameters

📘

Public Response Parameters

Error Response

Error responses in the API can be represented using two different fields: errors and error. Both fields provide details about issues encountered during request processing. Below is an explanation of the fields with their respective examples and descriptions.

FieldTypeExampleDescription
errorsArray[ "Record not found"]A list of errors encountered during the request processing.
FieldTypeExampleDescription
errorString "page not found"Indicates an error encountered during the process

Error Detail

Status CodeMessagePossible ReasonExample Response
400Bad RequestInvalid input format or request structure (e.g., missing required fields or incorrect data types).Bad Request
404Not FoundThe webhook Id is not found or empty."Record not found"

API Structure Overview

Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!