Delete tenant

Delete a tenant from a site.


DELETE/api/servers/{server}/sites/{site}/tenants/{tenant}

Delete a tenant

Removes the specified tenant from the site.

Request

DELETE
/api/servers/{server}/sites/{site}/tenants/{tenant}
curl -X DELETE "https://ploi.io/api/servers/{server}/sites/{site}/tenants/example.com" \
  -H "Authorization: Bearer {token}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json"

Response

HTTP/1.1 200 OK
Content-Type: application/json