Skip to content

Remove a user from a pickup

DELETE
/api/stores/{storeId}/pickups/{pickupDate}/users/{userId}

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"[1-9][0-9]*"
pickupDate*
Typestring
Required
Pattern"[0-9]{4}-((0[13578]|1[02])-(0[1-9]|[12][0-9]|3[01])|(0[469]|11)-(0[1-9]|[12][0-9]|30)|(02)-(0[1-9]|[12][0-9]))T(0[0-9]|1[0-9]|2[0-3]):(0[0-9]|[1-5][0-9]):(0[0-9]|[1-5][0-9])\\.[0-9]{3,6}Z"
userId*
Typestring
Required
Pattern"[1-9][0-9]*"

Request Body

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

Responses

Success

Playground

Authorization
Variables
Key
Value
Body

Samples

cURL
JavaScript
PHP
Python