Skip to main content
Planview Customer Success Center

Deleting Workspaces

Example Request URL

  https://<URL>/HibernateTableService/workspace/delete/?codeduser=<user_querystring_token>

Coded user is used if you do not maintain the session code in the request header.

Example Response

The response is a JSON with the following structure:

{
    success: true/false,
    id: <the ID of the deleted workspace>
    message: <success/error message>
}