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 \
 --request POST https://api.plannrcrm.com/api/v1/integrations/passportClient_id/revoke \
 --header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
 --header "Content-Type: application/json" \
 --header "Accept: application/json"