Delete a data object (record) from a dataset
The Delete Data Object endpoint allows you to remove a record from a dataset. Deleted records are marked as deleted rather than permanently removed, allowing for potential recovery and audit trail maintenance.Documentation Index
Fetch the complete documentation index at: https://docs.pretectum.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorization header.
/v1/oauth2/token endpoint. Pass the token directly without the “Bearer” prefix.application/json is supported.204 No Content response with no body.
204 No Content response indicates the deletion was successful. The data object is marked as deleted and will no longer appear in list operations.| Status Code | Description |
|---|---|
401 Unauthorized | Invalid or expired access token. Obtain a new token from /v1/oauth2/token and try again. |
403 Forbidden | Your application client does not have permission to delete data objects. Contact your tenant administrator. |
404 Not Found | The specified business area, schema, dataset, or data object does not exist, or you do not have access to it. |
500 Internal Server Error | An unexpected error occurred on the server. Try again later or contact support. |
deleted: true) rather than permanently removed.