Delete webhook
curl --request DELETE \
--url https://api.runflow.io/v1/webhooks/{id} \
--header 'Authorization: Bearer <token>'{
"code": "<string>",
"message": "<string>",
"errors": [
{}
]
}Webhooks
Delete webhook
Soft-delete a webhook by ID.
DELETE
/
v1
/
webhooks
/
{id}
Delete webhook
curl --request DELETE \
--url https://api.runflow.io/v1/webhooks/{id} \
--header 'Authorization: Bearer <token>'{
"code": "<string>",
"message": "<string>",
"errors": [
{}
]
}⌘I