API Reference
Reference for the API
Delete storage item by ID
cURL
curl --request DELETE \ --url https://cookiechimp.com/api/v1/storage-items/{id} \ --header 'Authorization: <api-key>'
{ "company_name": "Example Company Name", "description": "Tracks user preferences.", "domain": "www.example.com", "duration": "1 year", "last_seen_at": "2023-03-23T12:34:56Z", "name": "user-pref-cookie", "partitioned": false, "path": "/", "same_site": "Lax", "category_id": "cat1", "status": "finalised", "approved_by_type": "AI", "wildcard_cookie_id": null, "id": "user-pref-cookie", "is_wildcard_cookie": false }
ID of the resource
Storage item deleted
The response is of type object.
object
Was this page helpful?