Zum Hauptinhalt springen
POST
/
offers
/
{id}
/
cancel-signing
Cancel a signing process
curl --request POST \
  --url https://coreapi.io/offers/{id}/cancel-signing \
  --header 'Authorization: Bearer <token>'
{}

Autorisierungen

Authorization
string
header
erforderlich

API token of the organisation. Send it as Authorization: Bearer api_... The token is bound to exactly one organisation.

Pfadparameter

id
string<ulid>
erforderlich

Offer ID (ULID).

Antwort

The offer status after cancelling.

status
enum<string>
erforderlich
Verfügbare Optionen:
open,
signing,
awaiting_invoice_details,
signed,
archived