Remotely revoke an integration

POST /api/v1/integrations/{passportClient_id}/revoke

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

Path parameters

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"