cURL
curl --request DELETE \ --url https://api.sevalla.com/v2/databases/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Delete a database and all its associated data permanently.
API key authentication. Pass your API key as a Bearer token in the Authorization header.
"fb5e5168-4281-4bec-94c5-0d1584e9e657"
Default Response
Was this page helpful?