Reset a Sandbox Workspace

Resets the sandbox workspacearrow-up-right associated with the authentication value. Note that this endpoint is only available for sandbox workspaces.

Resets the sandbox workspace associated with the authentication value.

Code:

await seam.workspaces.resetSandbox();

Output:

{
  "action_attempt_id": "f8e7d6c5-4b3a-2c1d-9e0f-8a7b6c5d4e3f",
  "action_type": "RESET_SANDBOX_WORKSPACE",
  "error": null,
  "result": {},
  "status": "success"
}
chevron-rightAuthentication Methodshashtag
  • API key

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authenticationarrow-up-right.

Request Parameters

None

Response

circle-check

Last updated

Was this helpful?