Skip to main content
DELETE
/
files
/
{id}
Delete file
curl --request DELETE \
  --url https://api.nateq.io/api/v1/files/{id}
{
  "data": "<unknown>",
  "error": {
    "code": "<string>",
    "details": "<unknown>",
    "message": "<string>"
  },
  "message": "<string>",
  "meta": {
    "count": 123,
    "endCursor": "<string>",
    "hasNext": true,
    "hasPrevious": true,
    "limit": 123,
    "page": 123,
    "pageSize": 123,
    "pendingCount": 123,
    "startCursor": "<string>",
    "total": 123,
    "totalPages": 123
  },
  "success": true
}

Path Parameters

id
string
required

File ID

Response

OK

data
any
error
object
message
string
meta
object
success
boolean