client.scripts.delete_python3_projects

A method of the Scripts endpoint.

delete_python3_projects(id: int, project_id: int) Response

Remove a Python Script from a project

API URL: DELETE /scripts/python3/{id}/projects/{project_id}

import civis
client = civis.APIClient()
response = client.scripts.delete_python3_projects(...)
Parameters:
idint

The ID of the Python Script.

project_idint

The ID of the project.

Returns:
None

Response code 204: success