Websites
Delete a website
DELETE
/api/websites/{websiteId}Deletes the specified website after checking the caller's permission to remove it.
Headers
| Name | Type | Description |
|---|---|---|
| Authorizationrequired | string | Authentication credentials, e.g. Bearer <token>. |
Path parameters
| Name | Type | Description |
|---|---|---|
| websiteIdrequired | string | Website ID. |
Responses
200Website deleted.
| Name | Type | Description |
|---|---|---|
| okrequired | boolean | Whether the operation succeeded. |
200 example
401Unauthorized.
| Name | Type | Description |
|---|---|---|
| errorrequired | object | Error details returned when the operation fails. |
401 example
Code samples
cURL