From Bright Pattern Documentation
< 5.3:Provider-api-specification
Revision as of 04:09, 29 May 2024 by BpDeeplTranslateMaintenance (talk | contribs) (Updated via BpDeleteTranslateTags script)
Delete Access Numbers
This method deletes either a single access number or an access number range.
Request
| URL | http[s]://<host>:<port>/configapi/v2/accessnumbers |
| Method | DELETE |
| Body | Access number data (content type: application/JSON) |
| Example |
{
"number":"12345678"
}
|
Response
| Code | Description |
| 204 | Success |
| 400 | Bad arguments |
| 403 | Access denied |
| 404 | Not found |
| 409 | Constraint violations |