Forget database
When you want to have Ploi forget a database that has been removed outside of Ploi, you can use this API route to update.
DELETE api/servers/{server}/databases/{id}/forget
Example request:
curl -X DELETE "https://ploi.io/api/servers/{server}/databases/{id}/forget" \
-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