Run in Apidog
Remove child partner account# Remove child account of partner account, the partner account need to be enabled by the "partner" field That child account must not have ongoing order or balance < 0 Method: DELETE# Authorization# Request body# Field required child_account true
Request Provide your bearer token in the Authorization
header when making requests to protected resources. Example: Authorization: Bearer ********************
Request Code Samples
curl --location --request DELETE 'https://partner-apistg.ahamove.com//v3/accounts/childs/849xxxxxxxx' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'
Responses application/json Generate Code
Modified at 2025-09-24 02:04:55