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 Code Samples
curl --location --request DELETE '/webhook/' \
--header 'Authorization: Bearer <token>'
Responses
application/json {
"webhookId": "string"
}
Modified at 2023-04-23 07:47:57