DELETE
/
files
/
{id}
curl --request DELETE \
  --url https://ronika-api.induced.ai/v1/files/{id} \
  --header 'x-api-key: <api-key>'
{
  "success": true
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

The unique identifier of the file.

Response

200 - application/json
Delete success response
success
boolean