Delete Customer Profile
Delete a customer billing profile from Last Mile Intelligence.
Operation
Section titled “Operation”deleteCustomerProfile
Resource
Section titled “Resource”customerProfile
Parameters
Section titled “Parameters”| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| Profile ID | string | Yes | - | The ID of the profile to delete |
Response
Section titled “Response”Success
Section titled “Success”{ "success": true, "message": "Profile deleted successfully", "profileId": "prof_abc123"}{ "success": false, "error": "Profile not found", "profileId": "invalid_id"}Error Handling
Section titled “Error Handling”- Missing API Token: LMI credential is missing API token
- Profile Not Found: Profile with specified ID does not exist
- Is Default Profile: Cannot delete the default billing profile
- Permission Denied: API token lacks permission for this operation