删除数据库
根据 ID 删除数据库。
认证
需要 X-Glue-Authentication。
HTTP 请求
1DELETE /v1/databases/a1b2c3d4-e5f6-7890-abcd-ef1234567890 HTTP/1.1
2Host: api.hola.cloud
3X-Glue-Authentication: your-glue-token
响应
1{
2 "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
3 "name": "production-db",
4 "creation_date": "2025-06-15T10:30:00Z"
5}
评论