tenderDelete
Permanently delete an existing tender from the system.
Removes the tender and all associated data including items, pricing, and configuration. This action cannot be undone and the tender will no longer be accessible.
Possible errors:
- TENDER_NOT_FOUND: Tender with the specified ID does not exist
- TENDER_DELETE_ERROR: Failed to delete the tender
- FORBIDDEN: Insufficient permissions to delete tenders
AUTH: Role=[order.OWNER]
tenderDelete(
id: String!
): Boolean!
Arguments
tenderDelete.id
● String!
non-null scalar
Unique identifier of the tender to delete.
Must be a valid string representing an existing tender in the system.
Type
Boolean
scalar
The Boolean
scalar type represents true
or false
.