v1

latestOpenAPI 3.0.02026-07-2248161142.3 KB
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.

statusstring

The status of the operation.

messagestring

Confirmation message indicating successful deletion.

Example response

{
  "status": "success",
  "message": "Webhook with ID 1 has been deleted."
}