GET api/site/{id}/candelete
The purpose of this method is to know whether a site can be deleted and if it can not be deleted, the reasons why.
Error Messages
- 404/NotFound: Site with id x = Specified ID is not assigned to a site
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | The unique identifier for the Site being queried. | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
SiteDeleteValidationResponseName | Description | Type | Additional information |
---|---|---|---|
Response | Indicates whether this site can be deleted. True means yes, false means no | boolean |
None. |
Messages | Specifies the reason why this site cannot be deleted | Collection of string |
None. |