Skip to main content

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Delete an uploaded file (soft delete)

Operation details

FieldValue
NamedeleteUpload
GroupUploads
TypeMutation
SignaturedeleteUpload(input: DeleteUploadInput!): DeleteUploadPayload!

Playground

Query

Query
mutation DeleteUpload($input: DeleteUploadInput!) {
  deleteUpload(input: $input) {
    error
    success
  }
}

Variables

Variables
{
  "input": {
    "projectId": "",
    "filePath": ""
  }
}