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
EventParticipantRemove.mdx•936 B
---
title: Event Participant Remove
description: |
Remove a participant from an event. Same rules as EventParticipantUpdate
where non-managing members may only remove themselves. Not soft-delete.
full: false
_openapi:
method: DELETE
toc: []
structuredData:
headings: []
contents:
- content: >
Remove a participant from an event. Same rules as
EventParticipantUpdate
where non-managing members may only remove themselves. Not
soft-delete.
---
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
Remove a participant from an event. Same rules as EventParticipantUpdate
where non-managing members may only remove themselves. Not soft-delete.
<APIPage document={"../api/openapi.yaml"} operations={[{"path":"/events/{event_mark}/participants/{account_id}","method":"delete"}]} />