client.services.delete_deployments

A method of the Services endpoint.

delete_deployments(service_id: int, deployment_id: int) Response

Delete a Service deployment

API URL: DELETE /services/{service_id}/deployments/{deployment_id}

import civis
client = civis.APIClient()
response = client.services.delete_deployments(...)
Parameters:
service_idint

The ID of the owning Service

deployment_idint

The ID for this deployment

Returns:
None

Response code 204: success