sms_config_admin

Delete Tenant Sms Config

Remove tenant-specific SMS configuration (fallback to default Surge behavior).

NOTE: We do not hard-delete the TenantIntegration row because it can be referenced by agent_integrations (composite FK with ON DELETE CASCADE). Resetting the row avoids accidental cascading deletes while still removing per-tenant config.

delete/sms_config_admin/tenants/{tenant_id}

Path parameters

tenant_idstring uuid required

Response

Successful Response

Changes