Delete a Service
DELETE/projects/{project_id}/services/{service_id}
Deletes a specific service. This is an asynchronous operation.
Delete a Service
curl https://console.cloud.tigerdata.com/public/api/v1/projects/$PROJECT_ID/services/$SERVICE_ID \
-X DELETE \
-H "Authorization: Bearer $TIGER_CLOUD_API_KEY"