tariffplan_remove

Description

This API removes a tariff plan from a client

Parameters

client_account_code
tariffplan_name

Request

curl -X POST \-H "Authorization: Token d37fa8c4e008fec158070b1b4aea5f0db3d6a06e" \-H "Content-Type: application/json" \
-d '{"client_account_code":"2144533795","tariffplan_name": "TARIFF_PLAN"}' \
-k https://your.domain.com/api/users/tariffplan_remove

Responses

{
    "status": "success",
    "results": []
}