From Bright Pattern Documentation
imported>Tracy |
(Updated via BpDeleteTranslateTags script) |
||
Line 1: | Line 1: | ||
− | + | = Deactivate Tenant= | |
This method makes the tenant inactive. | This method makes the tenant inactive. | ||
Line 34: | Line 34: | ||
<center>[[provider-api-specification/ActivateTenant|< Previous]] | [[provider-api-specification/Appendix|Next >]]</center> | <center>[[provider-api-specification/ActivateTenant|< Previous]] | [[provider-api-specification/Appendix|Next >]]</center> | ||
− |
Latest revision as of 04:09, 29 May 2024
Deactivate Tenant
This method makes the tenant inactive.
Request
URL | http[s]://<host>:<port>/configapi/v2/tenant/<tenant_url>/deactivate |
Method | DELETE |
Response
Code | Description |
200 | Success |
403 | Access denied |
404 | Not found |
500 | Server error |