Reset Workspace

Reset Workspace on the Account

Reset Your Workspace Sandbox

This method is only available on Sandbox Workspaces

Reset the sandbox on this workspace

POST https://connect.getseam.com/workspaces/reset_sandbox

Resetting a Sandbox Workspace clears all the accounts and devices on the Workspace

Headers

NameTypeDescription

Authorization*

String

Bearer <API_KEY>

{
  "message": "Successfully reset workspace sandbox",
  "ok": true
}

Code Example

seam.workspaces.reset_sandbox()

# None

Parameters

This method doesn't take any parameters.

Response

This section shows the JSON response returned by the API. Since each language encapsulates this response inside objects specific to that language and/or implementation, the actual type in your language might differ from what’s written here.

JSON format

{
  "message": "Successfully reset workspace sandbox",
  "ok": true
}

Last updated

Logo

Β© Seam Labs, Inc. All rights reserved.