Skip to main content
DELETE
https://app.usatimbre.com
/
api
/
profile
/
{rfc}
curl -X DELETE "https://app.usatimbre.com/api/profile/XAXX010101000" \
  -H "Authorization: Bearer tmb_your_api_key_here"
{
  "success": true,
  "message": "Profile deleted successfully"
}

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

rfc
string
required
The RFC (Mexican tax ID) or UUID of the profile to delete

Response

Returns a success message on successful deletion.
success
boolean
Whether the deletion was successful
message
string
Confirmation message
curl -X DELETE "https://app.usatimbre.com/api/profile/XAXX010101000" \
  -H "Authorization: Bearer tmb_your_api_key_here"
{
  "success": true,
  "message": "Profile deleted successfully"
}