APIMembers
Remove a member
Remove a member from an organization.
Path Parameters
member*string
User ID, or URL-encoded email address, of the member to remove.
Length
1 <= lengthQuery Parameters
organizationId?string
Organization containing the member. Auto-filled from CLI and SDK context when omitted. User tokens must supply it unless the credential's fixed scope resolves it; secret keys may omit it (the key's organization applies).
Length
1 <= lengthResponse Body
application/json
curl -X DELETE "https://example.com/members/string"{ "removedUserId": "string"}