Skip to content

Remove a user from a pickup.

DELETE
/api/stores/{storeId}/pickups/{pickupDate}/{fsId}

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

storeId*
Typestring
Required
Pattern"\\d+"
pickupDate*
Typestring
Required
Pattern"[^/]+"
fsId*
Typestring
Required
Pattern"\\d+"

Request Body

application/json
JSON
{
"message": "We need a pick up slot for a new foodsaver",
"sendKickMessage": true
}

Responses

Playground

Authorization
Variables
Key
Value
Body

Samples

cURL
JavaScript
PHP
Python