PearPear

Delete saved basket

Delete a saved basket by ID

DELETE
/saved-baskets/{id}
x-api-key<token>

In: header

Path Parameters

id*string

Saved basket ID

Formatuuid

Header Parameters

X-Trade-Account-Id*string

UUID of the trade account the request acts on. Must belong to the authenticated user.

Formatuuid

Response Body

curl -X DELETE "https://example.com/saved-baskets/3fa85f64-5717-4562-b3fc-2c963f66afa6" \  -H "X-Trade-Account-Id: 3fa85f64-5717-4562-b3fc-2c963f66afa6"
Empty