htmldrop_delete
Delete a hosted site by its id, making the public URL return 404 immediately. Use the site id from htmldrop_list to permanently unpublish the page.
Instructions
Delete a site by its id. The id is the opaque string returned from htmldrop_list (NOT the slug). Once deleted the public URL returns 404 immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The site's id, as returned by htmldrop_list. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The deleted site's id. | |
| deleted | Yes | Always true on success. |