curl -X DELETE 'https://api.example.com/tenants/tenant_acme' \
-H 'Authorization: Bearer YOUR_TOKEN'
Soft delete a tenant
curl -X DELETE 'https://api.example.com/tenants/tenant_acme' \
-H 'Authorization: Bearer YOUR_TOKEN'
deleted).
curl -X DELETE 'https://api.example.com/tenants/tenant_acme' \
-H 'Authorization: Bearer YOUR_TOKEN'
Was this page helpful?