admin-sessions

Delete cart session

Deletes a specific cart session by session key.

delete/sessions/{id}

Path parameters

idstring required

Unique session key for the cart session.

Response

Cart session deleted successfully.

deletedboolean

Example response

{
  "deleted": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.