Valyourise Logo

ValYouRise

DevelopmentApi

Delete objective link

Deletes an objective relation link by identifier and returns a success flag when the link is removed.

DELETE
/api/workspaces/{workspaceId}/links

Deletes an objective relation link by identifier and returns a success flag when the link is removed.

PAT<token>

Personal Access Token

In: header

Path Parameters

workspaceId*string

Request Body

application/json

linkId*string
clientMutationId?string
[key: string]?never

Response Body

application/json

curl -X DELETE "https://loading/api/workspaces/string/links" \  -H "Content-Type: application/json" \  -d '{    "linkId": "string"  }'
{
  "success": true
}
Empty
Empty