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