Difference between revisions of "Google Calendar Delete"
Ashley DeBon (talk | contribs) (Created page with "== Remove Calendar Sync == === Base URL === https://apimobile.callproof.com === Endpoint === /api/calendar/calendar-remove/ === Purpose === Disconnects the authenticated us...") |
Ashley DeBon (talk | contribs) (→Remove Calendar Sync) |
||
| Line 1: | Line 1: | ||
| − | == Remove Calendar Sync == | + | == [[Mobile_API]] »Remove Calendar Sync == |
=== Base URL === | === Base URL === | ||
Revision as of 12:38, 21 July 2026
Contents
Mobile_API »Remove Calendar Sync
Base URL
https://apimobile.callproof.com
Endpoint
/api/calendar/calendar-remove/
Purpose
Disconnects the authenticated user’s synced calendar account. For Google or Microsoft Office, this removes stored calendar access/refresh tokens and clears the linked calendar follow-up selection.
HTTP Method
DELETE
Headers
| Header | Required | Description |
|---|---|---|
| Authorization | Yes | Bearer access token |
Security
- Yes – Requires Bearer Token authentication.
Parameters
Path Parameters
None.
Query Parameters / Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
| provider | string | Yes | Calendar provider to disconnect. Supported values: google, office
|
Successful Response (200)
Indicates that the calendar account was removed successfully.
| Field | Type | Description |
|---|---|---|
| clientStatusCode | integer | Status indicator for the client (for example, 200) |
| user_id | integer | Identifier of the authenticated user |
| company_id | integer | Identifier of the authenticated user’s company |
| message | string | Confirmation message (for example, "Account removed successfully.") |
| uri | string | Requested resource URI |
Error Responses
| Status Code | Meaning |
|---|---|
| 400 | Bad Request – calendar sync could not be removed |
| 401 | Unauthorized – missing, invalid, or expired Bearer token |
- 400 – Invalid provider ("Invalid Calendar Provider"), or removal failed (for example, "Error while Removing in Google Calendar").
- 401 – Authentication failed or the access token is missing/expired.