To remove a user from a team within your organization, you can use the following API endpoint:
Endpoint: DELETE /teams/{team-uuid}/member/{user-uuid}/
Query String Parameters:
- uuid (Required): Team UUID - It refers to the Team UUID.
- user-uuid (Required): User UUID - It refers to the User UUID that is being deleted from the team.
How to Use:
-
Specify Team and User UUIDs: In the API endpoint
/teams/{team-uuid}/member/{user-uuid}/
, replace{team-uuid}
with the actual UUID of the team and{user-uuid}
with the UUID of the user you want to remove from the team. -
Submit Request: Use the
DELETE
method on the specified endpoint to remove the specified user from the team. -
Review Response: There is no body returned in the response. If the operation is successful, the user will be removed from the specified team.
-
Verify Team Membership: After the operation, verify that the specified user has been successfully removed from the team.
If you have any questions or need further assistance, please reach out to our support team at support@dailybot.com.
Comments
0 comments
Article is closed for comments.