Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support POST /data_compliance/deletion/invitees #28

Closed
koshilife opened this issue May 6, 2021 · 2 comments
Closed

support POST /data_compliance/deletion/invitees #28

koshilife opened this issue May 6, 2021 · 2 comments

Comments

@koshilife
Copy link
Owner

As of May 2021, following api hasn't been released.
After it will be released, this library plan to support it.

ENDPOINT
POST /data_compliance/deletion/invitees

https://calendly.stoplight.io/docs/api-docs/reference/calendly-api/openapi.yaml/paths/~1data_compliance~1deletion~1invitees/post

@koshilife
Copy link
Owner Author

I realized that the API page was changed the following.
I'm thinking about supporting it.

https://developer.calendly.com/api-docs/b3A6Nzc0NTc3Mg-delete-invitee-data

This endpoint requires an Enterprise subscription.

@koshilife
Copy link
Owner Author

I have released it as version 0.10.0.

Like This:

client = Calendly::Client.new 'YOUR_TOKEN'
client.delete_invitee_data ['foo@example.com']

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant