Overview
Delete a profile from the system. This operation will fail if the profile has existing invoices or subprofiles with requests.
This action is irreversible. Make sure you want to permanently delete this profile before proceeding.
Path Parameters
The RFC (Mexican tax ID) or UUID of the profile to delete
Response
Returns a success message on successful deletion.
Whether the deletion was successful
curl -X DELETE "https://app.usatimbre.com/api/profile/XAXX010101000" \
-H "Authorization: Bearer tmb_your_api_key_here"
{
"success": true,
"message": "Profile deleted successfully"
}