@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Xero OAuth 2 Identity Service API
@base https://api.xero.com
@version 12.0.0
@auth Bearer basic | OAuth2
@endpoints 2
@toc Connections(2)

@endpoint GET /Connections
@optional {authEventId: str(uuid)}
@returns(200)

@endpoint DELETE /Connections/{id}
@required {id: str(uuid)}
@returns(204)
@errors {404}

@end
