Query
mutation DeleteFile($fileId: ID!) { tenant { deleteFile(fileId: $fileId) { id } } }
Variables
{ "fileId": 6 }
Response
{ "data": { "tenant": { "deleteFile": { "id": "6" } } } }
Last updated 4 years ago
Was this helpful?