Skip to main content

Remove

This endpoint is for removing a webhook from a specific project using the project ID and webhook ID.

Path Parameters
webhookId string REQUIRED

The ID of the webhook to remove.

Header Parameters
apiToken string REQUIRED

Secret key for the project

Responses
204

Webhook removed successfully

400

Bad request, such as invalid input

Schema OPTIONAL
code int32

Error code representing the type of error.

message string

Error message detailing what went wrong.

401

Unauthorized access

Schema OPTIONAL
code int32

Error code representing the type of error.

message string

Error message detailing what went wrong.

404

Project or webhook not found

Schema OPTIONAL
code int32

Error code representing the type of error.

message string

Error message detailing what went wrong.

500

Internal Server Error

Schema OPTIONAL
code int32

Error code representing the type of error.

message string

Error message detailing what went wrong.