Delete a Live

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://help-api.meltingspot.io/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"API MCP server": {
  "url": "https://help-api.meltingspot.io/mcp"
}
Close
DELETE /v1/lives/{liveId}

Delete a Live

Path parameters

  • liveId string Required

    The id of the Live

Responses

  • 204

    Live successfully deleted

  • 400

    Malformed payload

  • 401

    Unauthorized

  • 403

    Forbidden

  • 404

    Live not found

  • 409

    Live not deletable

DELETE /v1/lives/{liveId}
curl \
 --request DELETE 'https://openapi.meltingspot.io/v1/lives/{liveId}'