| Requires any of the roles: | bookingsupplier-administrator-write, superadmin |
| DELETE | /google/meet/auth/{ResourceId} | Disconnect Google Meet for a resource | Removes the stored Google OAuth tokens for the specified resource, disconnecting the Google account. |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| CompanyId | query | Guid? | No | The company id, if empty will use the company id for the user you are logged in with. |
| ResourceId | path | int | Yes | The resource id to disconnect. Use 0 for company-wide default. |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Connected | form | bool | No | |
| GoogleAccountEmail | form | string | Yes | |
| CalendarId | form | string | Yes | |
| ConnectedSince | form | DateTime? | No | |
| NeedsReauth | form | bool | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
DELETE /google/meet/auth/{ResourceId} HTTP/1.1
Host: testapi.bokamera.se
Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{"Connected":false,"GoogleAccountEmail":"String","CalendarId":"String","ConnectedSince":"0001-01-01T00:00:00","NeedsReauth":false}