DELETE
/
websites
/
{hostname}
curl --request DELETE \
  --url http://localhost:8080/websites/{hostname}
This response has no body data.

Authorizations

_me_sess
string
cookierequired

Session token for authentication.

Path Parameters

hostname
string
required

Hostname for the website.

Cookies

_me_sess
string
required

Session token for authentication.