Valyourise Logo

ValYouRise

DevelopmentApi

Delete workspace item

Soft-deletes a workspace item and updates the affected workspace hierarchy and progress state.

DELETE
/api/workspaces/{workspaceId}/items/{itemId}

Soft-deletes a workspace item and updates the affected workspace hierarchy and progress state.

PAT<token>

Personal Access Token

In: header

Path Parameters

workspaceId*string
itemId*string

Response Body

application/json

curl -X DELETE "https://loading/api/workspaces/string/items/string"
{
  "success": true
}
Empty