Delete a Document
DELETE/documents/:id
Deletes a Datasphere Document by ID
Request
Path Parameters
id uuidrequired
Unique ID of a Document.
Responses
- 204
- 401
- 404
There is no content to send for this request, but the headers may be useful.
Access is unauthorized.
- application/json
- Schema
Schema
string
Possible values: [Unauthorized
]
The server cannot find the requested resource.
- application/json
- Schema
Schema
string
Possible values: [Not Found
]
Loading...