cURL
curl --request DELETE \ --url https://api.fivemanage.com/api/image/delete/{id} \ --header 'Authorization: <api-key>'
{ "status": "ok" }
Delete a specific image by ID
Image ID
OK
"ok"
Was this page helpful?