Skip to content

Delete Customer Profile

Delete a customer billing profile from Last Mile Intelligence.

deleteCustomerProfile

customerProfile

ParameterTypeRequiredDefaultDescription
Profile IDstringYes-The ID of the profile to delete
{
"success": true,
"message": "Profile deleted successfully",
"profileId": "prof_abc123"
}
{
"success": false,
"error": "Profile not found",
"profileId": "invalid_id"
}
  • 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