DELETE
/
databases
/
{id}
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"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required
Example:

"54fb80af-576c-4fdc-ba4f-b596c83f15a1"

Response

200
database/json

Response object of databases requests

The response is of type object.