You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Override the base server url that include version
63
54
operationId: deleteConnection
64
55
summary: Deletes a connection for this user (i.e. disconnect a tenant)
65
-
x-basepath: 'https://api.xero.com'
56
+
x-basepath: https://api.xero.com
66
57
parameters:
67
58
- required: true
68
59
in: path
@@ -72,15 +63,15 @@ paths:
72
63
type: string
73
64
format: uuid
74
65
responses:
75
-
'204':
76
-
description: Success - connection has been deleted no content returned
77
-
'404':
66
+
"204":
67
+
description: Success - connection has been deleted no content returned
68
+
"404":
78
69
description: Resource not found
79
70
components:
80
71
schemas:
81
72
Connection:
82
73
externalDocs:
83
-
url: 'http://developer.xero.com'
74
+
url: http://developer.xero.com
84
75
properties:
85
76
id:
86
77
description: Xero identifier
@@ -105,16 +96,16 @@ components:
105
96
type: string
106
97
format: date-time
107
98
x-is-datetime: true
108
-
x-php-format: '\DateTime'
99
+
x-php-format: \DateTime
109
100
updatedDateUtc:
110
101
description: The date when the user most recently connected this tenant to your app. May differ to the created date if the user has disconnected and subsequently reconnected this tenant to your app.
111
102
type: string
112
103
format: date-time
113
104
x-is-datetime: true
114
-
x-php-format: '\DateTime'
105
+
x-php-format: \DateTime
115
106
RefreshToken:
116
107
externalDocs:
117
-
url: 'http://developer.xero.com'
108
+
url: http://developer.xero.com
118
109
type: object
119
110
properties:
120
111
grant_type:
@@ -131,7 +122,7 @@ components:
131
122
type: string
132
123
AccessToken:
133
124
externalDocs:
134
-
url: 'http://developer.xero.com'
125
+
url: http://developer.xero.com
135
126
type: object
136
127
properties:
137
128
id_token:
@@ -151,17 +142,17 @@ components:
151
142
description: token used to refresh an expired access token
0 commit comments