Members

Remove a member

DELETE/v1/workspaces/{workspaceId}/members/{memberId}

Removes a member from the workspace. Requires an admin key. The last admin cannot be removed. Self-leave at /members/me is not available on this API.

Authentication

Send your Spark API key with every request. The value is the full bearer token Spark returned when you created the key. See Authentication.

Authorization: Bearer <SPARK_API_KEY>

Path parameters

workspaceId

string

The workspace id.

memberId

string

The membership id.

Was this page helpful?