Delete workspace
Workspaces that are no longer required can be deactivated. While inactive workspaces can be activated again, it's possible you might want to completely remove it. To do this, once a workspace is inactive it can be deleted.
Deletion cannot be undone
- Before deleting a workspace, be very sure it is the correct workspace!
Note
You need to authenticate with your company admin key for this API call.
- Text
- PHP
- C#
- Java
- Python
- Ruby
- Javascript
- Go
DELETE https://api-{region}.seatsio.net/workspaces/{key}
$this->seatsioClient->workspaces->delete($workspace->key);
await Client.Workspaces.DeleteAsync(workspace.Key);
client.workspaces.delete(workspace.key);
self.client.workspaces.delete(workspace.key)
@seatsio.workspaces.delete key: workspace.key
await client.workspaces.delete(workspace.key)
err = client.Workspaces.Delete(test_util.RequestContext(), workspace.Key)
curl -X DELETE https://api-{region}.seatsio.net/workspaces/18725661-36d6-4755-905a-28ce82d0c2d5 \
-u anAdminKey: -X DELETE
Response
204 - No Content