cURL
curl --request DELETE \ --url https://api.dualship.run/api/v1/workspaces/{id}/members/{userId} \ --header 'Authorization: Bearer <token>'
{ "deleted": true }
Remove a member from a workspace (requires owner or admin role)
Documentation IndexFetch the complete documentation index at: https://docs.dualship.run/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.dualship.run/llms.txt
Use this file to discover all available pages before exploring further.
JWT Bearer token authentication
Workspace ID
User ID to remove
Member removed
Deletion confirmation response
true
Was this page helpful?