Support

deleteJurisdiction

View as Markdown

Delete 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

HeaderRequiredDescription
x-store-idYesID 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

  • id ID! required — The ID of the jurisdiction to be deleted.

Possible returns

  • Jurisdiction Jurisdiction — A geographic area or "zone" in which a rate or set of rates applies.

Last updated on

How is this guide?