Atlas
Admin — Sandbox

Disconnect a sandbox provider

Removes stored credentials for a provider. If this was the active sandbox, the workspace falls back to the platform default.

DELETE
/api/v1/admin/sandbox/disconnect/{provider}

Path Parameters

provider*string
Length1 <= length <= 128

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "http://localhost:3001/api/v1/admin/sandbox/disconnect/vercel"
{
  "disconnected": true
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}