Event Order - delete
DELETE /events/v2/{bucket}/{resource_type}/{uid}/order/{euid}
Deleted a specific, single order for an event
Requires event.order permission
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”The bucket (client) name
Example
exampleThe type of resource, usually the second element in the URI e.g person, organisation, member, payment
Example
personUsually the final element in the URI, an alphanumeric unique identifier
Example
6305f074683e800f3abe809eThe resource UID, usually a person UID
Usually the final element in the URI, an alphanumeric unique identifier
Example
6305f074683e800f3abe809eThe event UID
Responses
Section titled “ Responses ”A single order
object
URIs are unique identifiers for resources in the system,
they are structured as follows /bucket/resource_type/uid/
Example
/example/person/6305f074683e800f3abe809e/URIs are unique identifiers for resources in the system,
they are structured as follows /bucket/resource_type/uid/
Example
/example/person/6305f074683e800f3abe809e/The list of deleted tickets
The list of errors
The list of returned stock uris
A standard error message
Authentication error