configuration
Get User All Configuration
GET
Get User All Configuration
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
Successful Response
Previous
DeleteDelete data by its ID from the specified dataset.
Args:
data_id: The UUID of the data to delete
dataset_id: The UUID of the dataset containing the data
mode: "soft" (default) or "hard" - hard mode also deletes degree-one entity nodes
user: Authenticated user
delete_dataset_if_empty: If True, deletes the dataset if it is left empty after data deletion
Returns:
JSON response indicating success or failure
Next
Get User All Configuration