Delete webhook(s)
DELETE
https://api.plusvibe.ai/api/v1/hook/del
Webhook
workspace_id
and an array of webhook IDs to delete in the JSON body.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.plusvibe.ai/api/v1/hook/del'
Response Response Example
200 - Example 1
{
"status": "success"
}
Request
Header Params
x-api-key
string
optional
Default:
Example:
your api key
Responses
Modified at 2025-05-24 05:40:10