Skip to main content
DELETE
/
v1
/
environments
/
{environmentId}
/
mcps
/
{id}
Delete Environment MCP
curl --request DELETE \
  --url https://api.tryreplicas.com/v1/environments/{environmentId}/mcps/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.replicas.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication. Obtain your API key from the Replicas dashboard under Settings > API Keys.

Path Parameters

environmentId
string
required

Environment UUID, or the literal string global.

id
string<uuid>
required

MCP UUID

Response

MCP deleted

Generic success response.

success
boolean
required