Skip to main content
Glama

Storyblok MCP Server

delete_access_token

Remove an access token from your Storyblok space using the Management API by specifying the token ID. This tool ensures secure token management and helps maintain access control.

Instructions

    Delete an access token from the current Storyblok space using the Management API.
    
    Params:
        token_id (int): The ID of the access token to delete.
    
    Returns:
        Any: A success message or an error message.
    

Input Schema

NameRequiredDescriptionDefault
token_idYes

Input Schema (JSON Schema)

{ "properties": { "token_id": { "title": "Token Id", "type": "integer" } }, "required": [ "token_id" ], "title": "delete_access_tokenArguments", "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