Delete a Notebook Topic
delete
/api/restapi/notebookTopic/{notebookTopicId}
Send a request to this endpoint to delete a notebook topic. The application object with an ID value that matches the value of the {notebookTopicId} path parameter will be deleted.
Request
Path Parameters
-
notebookTopicId(required): integer(int64)
The system-generated identifier of a notebook topic.
There's no request body for this operation.
Back to TopResponse
204 Response
Successful operation with no content.
404 Response
Invalid Input.