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

File UUID

Response

File deleted

Generic success response.

success
boolean
required