{ "operationId": "permanentDeleteCluster", "method": "POST", "path": "/2.0/clusters/permanent-delete", "summary": "Azure Databricks Permanently Delete a Cluster", "requestExamples": [ { "contentType": "application/json", "name": "PermanentdeleteclusterRequestExample", "example": { "cluster_id": "500123" } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Permanentdeletecluster200Example", "example": {} } ] }