• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Issue API Delete Backup not functional

Giu

Basic Pleskian
Server operating system version
Debian 12.4
Plesk version and microupdate number
18.0.58
Hi Forum,

im trying to delete a backup via WP Toolkit API: /api/modules/wp-toolkit/v1/installations/67/backups

in the rest swagger test i receive the following error:

Failed to fetch.
Possible Reasons:

  • CORS
  • Network Failure
  • URL scheme must be "http" or "https" for CORS request.

the request is 100% legit according to the documentation:

curl -X 'DELETE' \
'https://myserver.de:8443/api/modules/wp-toolkit/v1/installations/67/backups?files[]=testdomain.dev__2024-02-01T12_37_48+0100.zip' \
-H 'accept: */*' \
-H 'Authorization: Basic MYBASICAUTH' \
-H 'Content-Type: application/json' \
-d '{
"delete": true
}'


YES:
1) my Auth is valid
2) installation id and filename is valid

in POSTMAN when i do the same request i receive:

Status: "204 No Content" -> but the backup is still on the plesk server so it does not get deleted.

the POSTMAN request:

curl --location --request DELETE 'myserver.de:8443/api/modules/wp-toolkit/v1/installations/67/backups?files%5B%5D=testdomain.dev__2024-02-01T12_37_48%2B0100.zip' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic MYBASICAUTH' \
--data '{
"delete": true
}'

Anyone can help with this issue? im tending of thinking the problem is not on my side - the api endpoint just does not work properly
 
Back
Top