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)
JWT Bearer token authentication
Workspace ID
User ID to remove
Member removed
Deletion confirmation response
true
Was this page helpful?