v52

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-03269339953.6 KB
Agency Hosting: Websites

Delete Agency Plan website

Deletes an Agency Plan website and schedules cleanup of its resources.

This action is irreversible. Website files, databases, and linked domains are removed.

delete/api/agency-hosting/v1/websites/{website_uid}

Path parameters

website_uidstring required
Example:zpwlGlp19

Agency Plan website UID

Response

Success response

website_uidstring

Deleted website UID

statusstring

Deletion status

messagestring

Human-readable result message

deleted_atstring date-time
is_cleanup_scheduledboolean

Whether background cleanup has been scheduled

Example response

{
  "website_uid": "zpwlGlp19",
  "status": "deleted",
  "message": "Website scheduled for deletion",
  "deleted_at": "2024-05-29T05:49:49+00:00",
  "is_cleanup_scheduled": true
}