Skip to main content

Revoke signature

DELETE 

/api/auction/sign/:serviceCode

Revokes the digital signature of an auction by the company.

Requirements:

  • The auction must be in the 'closed' state
  • It must have a previous signature from the company
  • The user must be an administrator or owner
  • There must be no associated delivery created

Actions performed:

  1. Deletes the company's digital signature
  2. Changes the signed_by_company status to false
  3. Deletes any generated contract
  4. Deletes the delivery if it has not been accepted

Usage example:

DELETE /api/auction/sign/ABC123

The response confirms the successful revocation.

Request

Responses

Signature revoked successfully