Skip to main content
DELETE
Remove Team Member
Remove a team member from your business. The member will lose access immediately.

Example Request

Example Response

You cannot remove yourself or the business owner. Attempting to do so will return a 400 Bad Request error.

Authorizations

X-API-Key
string
header
required

Your Rolla API key

Path Parameters

userId
string<uuid>
required

User UUID of the team member to remove

Response

Team member removed successfully

success
boolean
Example:

true

message
string
Example:

"Team member removed successfully"