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 (sk_live_...)

Response

Disconnected

disconnected
boolean
Example:

true