Remotely revoke an integration
This route is purposely left undocumented as we don't currently have a UI for the customer to revoke access to their Plannr account.
Headers
-
Content-Type string
-
Accept string
Path parameters
-
The ID of the passportClient.
POST
/api/v1/integrations/{passportClient_id}/revoke
curl \
-X POST https://api.plannrcrm.com/api/v1/integrations/passportClient_id/revoke \
-H "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"