api:sbc:rule:delete
Table of Contents
API : SBC Rule Delete
Introduction
This request will delete the specified SBC rule.
Request
| URL | https://api.telecomx.dk/sbc/rule/RULE_ID | |
|---|---|---|
| Method | DELETE | |
| Access level | RESELLER_ADMIN with FINANCE feature, or ADMIN. | |
| Param | RULE_ID | Id of the rule. (24-char hex string). |
Query example
DELETE https://api.telecomx.dk/sbc/rule/1234567890ABCDEF12345678
Response
| Json object | ||
|---|---|---|
| success | Boolean | True on success |
Example
{ success: true }
Errors
| Error code | Message | Description |
|---|---|---|
| 400 | bad_request | Id not found in request URI |
| 403 | access_denied | Insufficient access level |
| 404 | id | Rule not found |
| 500 | internal_error | <Unspecified> |
api/sbc/rule/delete.txt · Last modified: 2023/10/30 21:40 by Per Møller