Delete a site
x-ms-visibility: "important"
Deletes a site by ID.
Path Parameters
siteId int64 required
ID of the site to delete.
Responses
- 204
- 400
- 401
The site was deleted successfully.
Exception Details
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User not authorized
Loading...