We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Southclaws/storyden'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
AccountRemoveRole.mdx•927 B
---
title: Account Remove Role
description: |
Removes a role from an account. Members without the MANAGE_ROLES cannot
use this operation. Admins cannot remove the admin role from themselves.
full: false
_openapi:
method: DELETE
toc: []
structuredData:
headings: []
contents:
- content: >
Removes a role from an account. Members without the MANAGE_ROLES
cannot
use this operation. Admins cannot remove the admin role from
themselves.
---
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
Removes a role from an account. Members without the MANAGE_ROLES cannot
use this operation. Admins cannot remove the admin role from themselves.
<APIPage document={"../api/openapi.yaml"} operations={[{"path":"/accounts/{account_handle}/roles/{role_id}","method":"delete"}]} />