Overview
Remove a member from an organization. This does not delete the profile entirely, just removes the organization association.
This action removes the member’s access to the organization. The member’s profile and any associated invoices remain in the system.
Path Parameters
The unique identifier of the organization
The RFC (Mexican tax ID) or profile UUID of the member to remove
Response
Returns a success message on successful removal.
Whether the removal was successful
curl -X DELETE "https://app.usatimbre.com/api/organizations/org_123456/members/XAXX010101000" \
-H "Authorization: Bearer tmb_your_api_key_here"
{
"success": true,
"message": "Member removed from organization successfully"
}