AurionAI Docs

Delete Test Tenant

Delete a test tenant and clean up Stripe. Only works on sandbox tenants.

DELETE
/api/v1/test/tenant/{tenant_id}

Delete a test tenant and clean up Stripe. Only works on sandbox tenants.

Path Parameters

tenant_id*Tenant Id
Formatuuid

Response Body

application/json

application/json

curl -X DELETE "https://loading/api/v1/test/tenant/497f6eca-6276-4993-bfeb-53cbbbba6f08"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}