DEV
Mutation.
packagingOptionDelete
Allows an API consumer to delete an existing
PackagingOption
Arguments
input
•
ID
No description
Returns:
Result
GraphQL
1
2
3
type
Mutation
{
packagingOptionDelete
(
input
:
ID
)
:
Result
}
Was this page helpful?
Yes
No
© 2024 Zonos
zonos.com
Mutation.
packagingOptionDelete
Allows an API consumer to delete an existing
PackagingOption
Arguments
input
ID
Returns:
Result
type Mutation { packagingOptionDelete(input: ID): Result }