Error
A valid request URL is required to generate request examples{
"message": "Database deleted successfully",
"transaction_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}{
"error": "Database not found"
}{
"error": true,
"message": "<string>",
"trace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"timestamp": "2023-11-07T05:31:56Z"
}Database Management
Delete a database
Permanently deletes a database. For managed PostgreSQL databases, also removes the database from Digital Ocean.
DELETE
/
{id}
Error
A valid request URL is required to generate request examples{
"message": "Database deleted successfully",
"transaction_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}{
"error": "Database not found"
}{
"error": true,
"message": "<string>",
"trace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"timestamp": "2023-11-07T05:31:56Z"
}