Deletes the row keyed by {type}/{code} from the path plus domain from the body.Parameters come from the JSON body, not the query string — a DELETE /servicecode/{type}/{code}?domain=… is a 400 (missing parameter domain). srvcode-description is ignored if sent, so it can never narrow the delete into a no-op.Because both key segments are in the path, exactly one row is addressed.Deleting a code that subscribers are still tagged with leaves those subscribers pointing at a code that no longer resolves — check current_service_code_* on GET /domains/{domain} first.
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.