Ploi API
Ploi API

Delete tenant

Delete a tenant from a site

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

Example request:

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

Example response:

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