Skip to main content
DELETE
/
instances
/
{instance_id}
Delete an Instance
curl --request DELETE \
  --url https://api.emulator.farm/v1/instances/{instance_id} \
  --header 'X-EMULATOR-FARM-API-KEY: <api-key>'
{}

Authorizations

X-EMULATOR-FARM-API-KEY
string
header
required

Path Parameters

instance_id
string<uuid>
required

The unique identifier of the Instance

Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

Instance deleted successfully