Skip to main content
DELETE
/
v1
/
environments
/
{environmentId}
/
skills
/
{id}
Disable Environment Skill
curl --request DELETE \
  --url https://api.tryreplicas.com/v1/environments/{environmentId}/skills/{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

Environment skill UUID (the membership row, not the skill catalog slug).

Response

Skill disabled

Generic success response.

success
boolean
required