client.reports.delete_services_projects
A method of the Reports endpoint.
- delete_services_projects(id: int, project_id: int) Response
Remove a Service Report from a project
API URL:
DELETE /reports/services/{id}/projects/{project_id}import civis client = civis.APIClient() response = client.reports.delete_services_projects(...)
- Parameters:
- idint
The ID of the Service Report.
- project_idint
The ID of the project.
- Returns:
- None
Response code 204: success