Delete a Subaccount
Delete a subaccount (child user) from your SenderWiz customer account.
❌ Delete a Subaccount
🔹 HTTP Request
DELETE API-URL/children/CHILD-UNIQUE-ID🔸 URL Segments
Segment
Required
Description
🔐 Authorization Header
X-API-KEY: your-api-key-here💻 PHP Example
// DELETE A SUBACCOUNT
$response = $endpoint->deleteChild('8e12c91b4a2d1');
// DISPLAY RESPONSE
echo '<hr /><pre>';
print_r($response->body);
echo '</pre>';📦 Sample JSON Response
🧾 Notes
Last updated