Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

Delete SKU Split

POST {api-url}/deleteSKUSplit?ns={community}

Use this call to permanently delete a previously defined SKU Split rule.

FieldTypeRequirementDescription
SKUStringRequiredThe unique product SKU identifier to delete.
MetadataStringOptionalAny other detail that you wish to store with this event.
{
"SKU": "Celbux_Credits",
"Metadata": "{}"
}
Terminal window
curl -X POST '{api-url}/deleteSKUSplit?ns={community}' \
-H 'Authorization: bearer YOUR_TOKEN' \
-H 'Content-Type: application/json' \
-d '{"SKU":"Celbux_Credits","Metadata":"{}"}'