Delete the webhook by the specified webhook id
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request samples
curl --location --request DELETE '/webhook/'
Responses
application/json {
"webhookId": "string"
}
Modified at 2023-04-23 07:47:57