Picks
Delete Pick
This endpoint deletes an existing pick.
DELETE
/v1/picks/:id
Bearer*
Body
id
string
The id of the pick to delete.
Response
id
string
The ID provided in the data tab may be used to identify the return
object
string
The object type
success
number
Indicates whether the call was successful. 1 if successful, 0 if not.
curl --location --request DELETE 'https://api.stateset.com/v1/picks/:id' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id": "pl_ODkRWQtx9NVsRX"
}'
{
"id": "pi_1NXWPnCo6bFb1KQto6C8OWvE",
"object": "picks",
"deleted": true
}
curl --location --request DELETE 'https://api.stateset.com/v1/picks/:id' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id": "pl_ODkRWQtx9NVsRX"
}'
{
"id": "pi_1NXWPnCo6bFb1KQto6C8OWvE",
"object": "picks",
"deleted": true
}