Delete Receiving Inbound
deleteReceivingInbound Mutation
Arguments
Name
Type
Description
Return Type
Return Fields
Field
Type
Description
Usage Example
mutation {
deleteReceivingInbound(id: "inbound_123") {
deletedID
workflows {
id
runID
status
type
startedAt
completedAt
result
failure
}
}
}JavaScript Example
Important Notes
Last updated
Was this helpful?
