Skip to content

"Delete" the authorization (that is, set its data to null)

DELETE
/v0/auths/{auth_id}

Authorizations

Parameters

Path Parameters

auth_id
required

A UUID newtype

string format: uuid

Unique identifier of the authorization

Query Parameters

portfolio
string

Implementation-dependent portfolio mode

Responses

200

A full description of an authorization

An AuthRecord combines all the information needed to define an authorization:

  • Who owns it (bidder_id)
  • What it trades (portfolio)
  • How it can be traded (data)
  • The current accumulated trade (trade)
object
auth_id
required

A unique id for the auth

string format: uuid
bidder_id
required

The responsible bidder’s id

string format: uuid
data
One of:
null
portfolio
One of:
null
trade

The amount of cumulative trade associated to this authorization, as-of the request time

number | null format: double
version
required

The “last-modified-or-created” time as recorded by the system

string format: date-time

401

403

404

500