Reseller
Remove Email and/or SMS credits from a specific child account
post/reseller/children/{childIdentifier}/credits/remove
Path parameters
childIdentifierstring required
Either auth key or id of reseller's child
Request body
Example request
{
"sms": 300,
"email": 500
}Response
Credits removed
Example response
{
"child": {
"sms": 500,
"email": 2000
},
"reseller": {
"sms": 12900,
"email": 2000000
}
}