Skip to main content
DELETE
/
v1
/
environments
/
{environmentId}
/
skills-registries
/
{skillsRegistryId}
Remove Skill Registry
curl --request DELETE \
  --url https://api.tryreplicas.com/v1/environments/{environmentId}/skills-registries/{skillsRegistryId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

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.

skillsRegistryId
string<uuid>
required

Skills registry UUID.

Response

Registry removed

Generic success response.

success
boolean
required