cURL
curl --request DELETE \ --url https://apidev.lindo.ai/v1/workspace/website/{website_id}/team/{member_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "result": { "message": "Team member removed successfully", "member_id": "member_abc123" } }
Removes a team member from a website.
Enter your API key (starts with lindo_sk_)
Unique identifier of the website
"website_abc123"
Unique identifier of the team member
"member_abc123"
Team member removed successfully
Indicates the operation was successful
true
false
Show child attributes
Was this page helpful?