Skip to content

Event Order - delete

DELETE
/events/v2/{bucket}/{resource_type}/{uid}/order/{euid}

Deleted a specific, single order for an event Requires event.order permission

bucket
required

The bucket (client) name

string
Example
example
resource_type
required

The type of resource, usually the second element in the URI e.g person, organisation, member, payment

string
Example
person
uid
required

Usually the final element in the URI, an alphanumeric unique identifier

string
Example
6305f074683e800f3abe809e

The resource UID, usually a person UID

euid
required

Usually the final element in the URI, an alphanumeric unique identifier

string
Example
6305f074683e800f3abe809e

The event UID

A single order

object
booking_uri

URIs are unique identifiers for resources in the system, they are structured as follows /bucket/resource_type/uid/

string
Example
/example/person/6305f074683e800f3abe809e/
contact_uri

URIs are unique identifiers for resources in the system, they are structured as follows /bucket/resource_type/uid/

string
Example
/example/person/6305f074683e800f3abe809e/
deleted

The list of deleted tickets

Array<string>
errors

The list of errors

Array<string>
returned_stock

The list of returned stock uris

Array<string>

A standard error message

Authentication error