Delete a user
Permanently deletes a user from your company with optional resource transfer. Only company admins can delete users. You cannot delete yourself or the company owner. Before deletion, you can optionally transfer the user’s resources (meeting types, forms, workflows, showcases, availabilities, qualifiers) to another user in your company by providing a targetUserId. This operation cannot be undone.
Documentation Index
Fetch the complete documentation index at: https://developer.meetergo.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
User ID to act as when using API Key authentication (required with API Key)
Path Parameters
Unique identifier of the user to delete
"123e4567-e89b-12d3-a456-426614174000"
Body
Optional resource transfer configuration. Specify targetUserId to transfer resources to another user. You can selectively choose which resource types to transfer (all enabled by default).
Whether to transfer meeting types
Whether to transfer forms
Whether to transfer workflows/reminders
Whether to transfer showcases/funnels
Whether to transfer availabilities
Whether to transfer qualifiers
ID of the user to transfer resources to
"123e4567-e89b-12d3-a456-426614174000"
Response
User deleted successfully