Skip to main content
POST
/
v1
/
integration
/
woocommerce
/
disconnect
Disconnect WooCommerce
curl --request POST \
  --url https://api.meum.io/v1/integration/woocommerce/disconnect \
  --header 'Authorization: Bearer <token>'
{
  "disconnected": true
}

Authorizations

Authorization
string
header
required

Store-scoped API key. Prefix with sk_live_. Example: Authorization: Bearer sk_live_EXAMPLE_DO_NOT_USE

Response

WooCommerce disconnected

disconnected
boolean
required
Example:

true