deleteJurisdiction
View as MarkdownDelete an existing jurisdiction.
mutation
Requires commerce.tax:delete.
Delete an existing jurisdiction.
Returns the deleted
Jurisdiction. Selecting no subfields is a GraphQL validation error.Required headers
| Header | Required | Description |
|---|---|---|
x-store-id | Yes | ID of the store the operation targets. Omitting it returns HTTP 200 with a GraphQL error: extensions.code: "UNAUTHENTICATED". |
Go to Authentication for credential setup.
Arguments
idID!required — The ID of the jurisdiction to be deleted.
Possible returns
JurisdictionJurisdiction— A geographic area or "zone" in which a rate or set of rates applies.
Last updated on
How is this guide?