client.notebooks.delete_deployments
A method of the Notebooks endpoint.
- delete_deployments(notebook_id: int, deployment_id: int) Response
Delete a Notebook deployment
API URL:
DELETE /notebooks/{notebook_id}/deployments/{deployment_id}import civis client = civis.APIClient() response = client.notebooks.delete_deployments(...)
- Parameters:
- notebook_idint
The ID of the owning Notebook
- deployment_idint
The ID for this deployment
- Returns:
- None
Response code 204: success