Skip to main content
DELETE
/
v1
/
replica
/
{id}
Delete Replica
curl --request DELETE \
  --url https://api.replicas.dev/v1/replica/{id} \
  --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

id
string<uuid>
required

The unique identifier of the replica

Response

Replica deleted successfully

success
boolean
required

Whether the deletion was successful