/record/{record_uuid}
/record/{record_uuid}
/record/{record_uuid}
Permanently deletes a dataset record identified by its UUID. The record is removed from the system and cannot be recovered. The caller must have the appropriate permissions to delete the target record.
Authentication is handled automatically via a pre-request script. Before the request is sent, the script performs the following:
{{url}}/token using the apiuser and apipass environment variables as credentials.Authorization header of this request.Ensure the apiuser, apipass, and url environment variables are set in your active environment before sending this request.
This endpoint enforces permission checks. The authenticated user must have sufficient privileges to delete the specified record. Attempting to delete a record without the required permissions will result in an error response. See the related request /record/{record_uuid} Invalid Permissions for an example of the error behavior when permissions are insufficient.
A successful deletion will return an appropriate HTTP success status (e.g., 200 OK or 204 No Content). No record data is returned after deletion.