cURL
curl --request DELETE \ --url https://api.dscloud.pt/v3/db/delete/{id} \ --header 'Authorization: <authorization>'
{ "status": "success", "response": { "id": "003dd41a", "deleted_at": "2025-01-28T15:30:00Z" } }
Permanently delete a specific database. This action is irreversible and will immediately terminate all connections.
success
error
Show response Details
Was this page helpful?