deleteThirdPartyIssueFile
Examples
curl -X POST \
https://api.cloud.ox.security/api/apollo-gateway \
-H 'Content-Type: application/json' \
-H 'Authorization: YOUR_API_TOKEN' \
-d '{
"query": "query DeleteThirdPartyIssueFile($requestId: String!) { deleteThirdPartyIssueFile(requestId: $requestId) { deleted error } }",
"variables": {
"requestId": "example"
}
}'Arguments
You can use the following argument(s) to customize your deleteThirdPartyIssueFile query.
Argument
Description
Supported fields
requestId String! required
Unique identifier of the file request to check status for
Fields
Return type: DeleteFileResponse!
You can use the following field(s) to specify what information your deleteThirdPartyIssueFile query will return. Please note that some fields may have their own subfields.
Field
Description
Supported fields
deleted Boolean
error Boolean
Last updated
