Delete Site
Delete a Crafter Studio site.
Resource Information
This service uses the tomcat application on port 8080 by default. To see a list of default ports click here
The context for this API is /studio
, please prefix the API URLs with this context.
HTTP Verb
|
POST
|
URL
|
/api/1/services/api/1/site/delete-site.json |
Response Formats
|
JSON |
Required Role
|
Admin
|
Parameters
Name
|
Type
|
Required
|
Description
|
---|---|---|---|
site_id
|
String
|
✓
|
Site ID to use
|
Example
POST .../api/1/services/api/1/site/delete-site.json
{
"site_id" : "mysite"
}
Response
Status
|
Location
|
Response Body
|
---|---|---|
200
|
||
400
|
{ "message" : "Bad Request" } |