Skip to main content
DELETE
/
quotations
/
{quotation}
Delete quotation
curl --request DELETE \
  --url https://app.fintoro.sk/api/public/v1/quotations/{quotation} \
  --header 'Authorization: Bearer <token>'
{
  "message": "This action is unauthorized."
}

Authorizations

Authorization
string
header
required

Bearer token created for a specific company in Integrations → API.

Path Parameters

quotation
integer
required

Quotation ID.

Example:

601

Response

The quotation was deleted.