Skip to content

Delete a Service

DELETE/projects/{project_id}/services/{service_id}

Deletes a specific service. This is an asynchronous operation.

Path ParametersExpand Collapse
project_id: string
service_id: string

Delete a Service

curl http://localhost:8080/projects/$PROJECT_ID/services/$SERVICE_ID \
    -X DELETE \
    -H "Authorization: Bearer $TIGER_CLOUD_API_KEY"
Returns Examples