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
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
}