From Bright Pattern Documentation
< 5.19:Trunk-and-sms-account-api-specification
Revision as of 04:04, 29 May 2024 by BpDeeplTranslateMaintenance (talk | contribs) (Updated via BpDeleteTranslateTags script)
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 |