cURL
curl --request DELETE \ --url https://api.sevalla.com/v2/databases/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "Database \"54fb80af-576c-4fdc-ba4f-b596c83f15a1\" is being deleted" }
Delete a database and all its associated data permanently.
Was this page helpful?