Remove Email and/or SMS credits from a specific child account
POST {{baseUrl}}/reseller/children/:childIdentifier/credits/remove
Request Body
{"sms"=>300, "email"=>500}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Accept | string | 
RESPONSES
status: OK
{"child":{"sms":500,"email":2000},"reseller":{"sms":12900,"email":2000000}}