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
Request Body - application/json ()
Root Schema : List<ApiEntityNotebookTopicsRemoveAppliesToInput>
Type: array
Title: List<ApiEntityNotebookTopicsRemoveAppliesToInput>
Show Source
  • ApiEntityNotebookTopicsRemoveAppliesToInput
    Title: ApiEntityNotebookTopicsRemoveAppliesToInput
    This 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: object
Title: ApiEntityNotebookTopicsRemoveAppliesToInput
This entity represents a NotebookTopicsRemoveAppliesTo object, a unique NotebookTopicsRemoveAppliesTo object can be identified by the following combinations of the fields.
  • notebookTopicId
  • notebookTopicName,workspaceId
  • notebookTopicName,workspaceCode
Show Source
Nested Schema : appliesTo
Type: array
Business objects to which the notebook topics apply.
Show Source
Back to Top

Response

204 Response

Successful operation with no content.

400 Response

Invalid input for the Units of Measure service.
Back to Top