DeleteExportFileInput
Input for the deleteExportFile mutation.
input DeleteExportFileInput {
exportId: String!
}
Fields
DeleteExportFileInput.exportId ● String! non-null scalar
The exportId generated by a previous call to any export mutation.
NB: The export needs to be completed for the file to be deleted.
Member Of
deleteExportFile mutation