Remove Applied Objects From Notebook Topics
delete
/api/restapi/notebookTopic/appliesTo
Send a request to this endpoint to remove the applied business objects from notebook topics which was a part of 'appliesTo' payload in create or update request. One can remove the object only if a notebook topic is not assigned to any of the applied object.
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Root Schema : List<ApiEntityNotebookTopicsRemoveAppliesToInput>
Type:
arrayTitle:
Show Source
List<ApiEntityNotebookTopicsRemoveAppliesToInput>-
Array of:
object ApiEntityNotebookTopicsRemoveAppliesToInput
Title:
ApiEntityNotebookTopicsRemoveAppliesToInputThis entity represents a NotebookTopicsRemoveAppliesTo object, a unique NotebookTopicsRemoveAppliesTo object can be identified by the following combinations of the fields.- notebookTopicId
- notebookTopicName,workspaceId
- notebookTopicName,workspaceCode
Nested Schema : ApiEntityNotebookTopicsRemoveAppliesToInput
Type:
objectTitle:
ApiEntityNotebookTopicsRemoveAppliesToInputThis entity represents a NotebookTopicsRemoveAppliesTo object, a unique NotebookTopicsRemoveAppliesTo object can be identified by the following combinations of the fields.
Show Source
- notebookTopicId
- notebookTopicName,workspaceId
- notebookTopicName,workspaceCode
-
appliesTo: array
appliesTo
Business objects to which the notebook topics apply.
-
notebookTopicId: integer
(int64)
The unique identifier for the notebook topic.
-
notebookTopicName(required): string
Minimum Length:
1Maximum Length:255The name of the notebook topic. -
workspaceCode: string
Minimum Length:
0Maximum Length:60The user-specified identifier of a workspace. -
workspaceId(required): integer
(int64)
The unique identifier of a workspace.
Nested Schema : appliesTo
Type:
arrayBusiness objects to which the notebook topics apply.
Show Source
-
Array of:
string
Allowed Values:
[ "ACTIVITY", "PROJECT", "WBS" ]
Response
204 Response
Successful operation with no content.
400 Response
Invalid input for the Units of Measure service.