trackAndTraceDelete
Delete a tracking record permanently.
Removes tracking information and all associated data. This operation is irreversible and should be used with caution.
Possible errors:
- TRACK_AND_TRACE_NOT_FOUND_ERROR: Tracking record with specified ID does not exist
- TRACK_AND_TRACE_DELETE_ERROR: Failed to delete tracking record due to system error
- VALIDATION_ERROR: Invalid tracking record ID provided
- FORBIDDEN: Insufficient permissions to delete tracking information
AUTH: Role=[order.OWNER,order.EDITOR]
trackAndTraceDelete(
id: String!
): Boolean!
Arguments
trackAndTraceDelete.id
● String!
non-null scalar
Unique UUID identifier of the tracking record to delete
Type
Boolean
scalar
The Boolean
scalar type represents true
or false
.