Skip to main content
DELETE
Remove a member

Authorizations

Authorization
string
header
required

MCPJam API key (sk_…). Create one at Settings → API keys. Guest sessions cannot use the API, and API keys cannot manage other API keys.

Path Parameters

projectId
string
required

ID of the hosted project that contains the server.

scenarioId
string
required

Scenario ID, as returned by publishing an environment or by the project's scenario reads.

memberIdOrEmail
string
required

Either the member's ID or their email address. Both are accepted deliberately: a caller who invited somebody by email should not have to look an ID up in order to revoke them.

Response

The member was removed.

scenarioId
string
required
projectId
string
required
removed
string
required

The id or email that was removed, echoed back.