/home/desid573/public_html/family/pdd/app/Vendor/Services/Twilio/Rest
Edit: /home/desid573/public_html/family/pdd/app/Vendor/Services/Twilio/Rest/Address.php (427B)
setupSubresources(
'dependent_phone_numbers'
);
}
/**
* Make a request to delete the specified resource.
*
* :rtype: boolean
*/
public function delete()
{
return $this->client->deleteData($this->uri);
}
}