Revoke a login

DELETE /api/v1/account/{account_uuid}/login/{uuid}

Path parameters

  • account_uuid integer Required
  • uuid integer Required
  • account string Required

    The uuid of the account which the login belongs to.

  • login string Required

    The uuid of the login to display.

DELETE /api/v1/account/{account_uuid}/login/{uuid}
curl \
 --request DELETE 'https://api.plannrcrm.com/api/v1/account/account_uuid/login/uuid' \
 --header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
 --header "Content-Type: application/json" \
 --header "Accept: application/json"