Skip to main content
DELETE
/
api
/
v1
/
ppt
/
images
/
{id}
Delete Uploaded Image By Id V1
curl --request DELETE \
  --url https://api.presenton.ai/api/v1/ppt/images/{id} \
  --header 'Authorization: <authorization>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

Authorization
string
required

Bearer JWT or API Key

Path Parameters

id
string
required

Response

Successful Response