Documentation is still being updated. Some content maybe unfinished.
curl --request DELETE \
--url {protocol}://{host}/wp-json/cocart/v2/sessions/{id} \
--header 'Authorization: Basic <encoded-value>'{
"deleted": true
}Deletes a specific cart session by session key.
curl --request DELETE \
--url {protocol}://{host}/wp-json/cocart/v2/sessions/{id} \
--header 'Authorization: Basic <encoded-value>'{
"deleted": true
}Documentation Index
Fetch the complete documentation index at: https://docs.cocartapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?