Delete a file

DELETE /{client}/{file}

Responses

  • 204

    File successfully deleted

  • 500

    unexpected error

    Hide response attributes Show response attributes object
DELETE /{client}/{file}
curl \
 -X DELETE http://api.example.com/{client}/{file} \
 -H "x-api-key: $API_KEY"
Response examples (500)
{
  "message": "An error occurred.",
  "code": 500
}