From Bright Pattern Documentation
imported>Tracy |
(Updated via BpDeleteTranslateTags script) |
||
Line 1: | Line 1: | ||
− | + | = Delete SMS Account= | |
This method deletes an SMS account with name ''<sms_account_name>''. | This method deletes an SMS account with name ''<sms_account_name>''. | ||
Line 35: | Line 35: | ||
<center>[[provider-api-specification/CreateSMSAccount|< Previous]] | [[provider-api-specification/ActivateTenant|Next >]]</center> | <center>[[provider-api-specification/CreateSMSAccount|< Previous]] | [[provider-api-specification/ActivateTenant|Next >]]</center> | ||
− |
Latest revision as of 04:09, 29 May 2024
Delete SMS Account
This method deletes an SMS account with name <sms_account_name>.
Request
URL | http[s]://<host>:<port>/configapi/v2/selfservice/smsaccount/<sms_account_name> |
Method | DELETE |
Response
Code | Description |
200 | Success |
403 | Access denied |
404 | Not found |
500 | Server error |