Ploi API
Ploi API

Delete database

Deletes a database in your server

DELETE api/servers/{server}/databases/{id}

Example request:

curl -X DELETE "https://ploi.io/api/servers/{server}/databases/{id}" \
-H "Authorization: Bearer {token}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"

Example response:

HTTP/1.1 200 OK
Content-Type: application/json

Empty Response Body