Skip to main content
Glama

Storyblok MCP Server

delete_collaborator

Remove a collaborator from a Storyblok space using collaborator_id or sso_id. Simplify user management by deleting unwanted or inactive collaborators.

Instructions

    Deletes a collaborator from a specified Storyblok space.
    You can delete by numeric collaborator_id or by sso_id for SSO users.
    

Input Schema

NameRequiredDescriptionDefault
collaborator_idYes
sso_idNo

Input Schema (JSON Schema)

{ "properties": { "collaborator_id": { "title": "Collaborator Id", "type": "integer" }, "sso_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Sso Id" } }, "required": [ "collaborator_id" ], "title": "delete_collaboratorArguments", "type": "object" }

Other Tools from Storyblok MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Kiran1689/storyblok-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server