- Social
- Comments
- Posts
- Reactions
- Story Groups
- Stories
- Social Views
- Social Collections
- Saved Posts
- Hidden Socials
- Calendar
- Calendars
- Events
- Event Rooms
- Authentication
- Global
- Profile
- Organizations
- Search Brand Fetch Brands
- Verify Organization
- Remove a Site
- Create a Site
- Invite Organization Branch
- List All Branches
- Accept Branch Invitation
- Decline Branch Invitation
- List All Organization Collaborators
- List All Organizations
- Search Organizations
- Retrieve an Organization
- Update an Organization
- Delete an Organization
- Create an Organization
- Search Brands
- List All Social Links
- Members
- List All MembersGET
- Search MembersGET
- Invite Organization MembersPOST
- Delete InvitationDELETE
- Update a MemberPATCH
- Retrieve a MemberGET
- Delete a MemberDELETE
- Delete Multiple MembersDELETE
- Accept Organization InvitationPATCH
- Decline Organization InvitationPATCH
- Check Member ExistenceGET
- Retrieve Invitation LinkGET
- Retrieve Invitation ObjectGET
- Retrieve Non-Paginated Organization MembersGET
- List All Resources of an OrganizationGET
- Update Member Resource Roles-V1PATCH
- Update Member Resource Roles-V2PATCH
- Followers
- Groups
- Profiles
- Experiences
- Group Members
- Profile Search History
- Alumni
- Favorites
- Retrieve an Invitation linkGET
- Notification
- Storage
- Space
- Folders
- Space Members
- Check Member Existence
- List All Members
- Search Members
- Search Potential Members
- Add a Member
- Invite Members
- Retrieve an Invitation Link
- Accept an Invitation
- Decline an Invitation
- Update a Member
- Assign License
- Assign License to an Organization Group
- Remove a License
- Search License-Assigned Members and Groups
- Remove a Member
- Delete an Invitation
- Leave a Space
- Spaces
- Health
- Course
- Course Versions
- Completions
- Certificates
- Courses
- List All Courses
- Publish a Course
- Delete a Course
- Retrieve a Course
- Create a Course
- Update a Course
- Search a Course
- Delete All Course
- Review a Course
- Start a Course
- Create a Cycle
- Delete a Cycle
- Clone a Course
- Update Cycles
- List All Courses With Published Verifying Status
- Search Courses With Published Verifying Status
- List All Languages Course Count
- List All Skills Course Count
- Update a Course Certificate
- Create a Coupon
- Update a Coupon
- Delete a Coupon
- Update Version
- Compare Latest Course
- Categories
- Course Members
- Chapters
- Lectures
- Subjects
- Webhook
- Analytics
Delete Multiple Members
Testing
DELETE
/organizations/{organizationId}/members
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.aladia.io/v2/organizations/6673e4486aebfd80ed604b22/members' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"6645d62ea893918f6a7c3e6e"
]
}'
Response Response Example
200 - Success
{
"deleted": true
}
Request
Path Params
organizationId
stringÂ
required
Example:
6673e4486aebfd80ed604b22
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Body Params application/json
ids
array[string]
required
Examples
Responses
🟢200Success
application/json
Body
deleted
booleanÂ
optional
🟠401Unauthorized
🟠404Record Not Found
🟠403Forbidden
Modified at 2025-04-09 12:34:22