client.reports.delete_grants
A method of the Reports endpoint.
- delete_grants(id: int) Response
Revoke permission for this report to perform Civis platform API operations on your behalf
API URL:
DELETE /reports/{id}/grantsimport civis client = civis.APIClient() response = client.reports.delete_grants(...)
- Parameters:
- idint
The ID of this report.
- Returns:
- None
Response code 204: success