Markdowns
Delete a markdown library item
Spaces method and path for this operation:
<div><span class="operation-verb delete">delete</span> <span class="operation-path">/s/{space_id}/api/markdowns/{id}</span></div>Refer to Spaces for more information.
Permanently deletes a markdown library item by ID.
delete/api/markdowns/{id}
Path parameters
idstring required
The markdown library item ID, as returned by the create or search endpoints.
Headers
kbn-xsrfstring required
Example:true
A required header to protect against CSRF attacks
Response
No content, the markdown library item was successfully deleted.