Hooks
Delete a webhook
This endpoint deletes a specific webhook for a given KVM VPS.
The api_host parameter, obtained from the "Create AUTH-session" response,
is dynamically set in the URL.
Provide the signature, kvm_id, valid_until, and id of the webhook to delete.
post/kvm/v2/hooks/del
Response
Webhook deleted successfully.
Example response
{
"status": "success",
"message": "Webhook with ID 1 has been deleted."
}Changes
No recorded changes to this endpoint across all 1 revision of this API.