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*
Typeinteger
Required
Minimum1
pickupDate*
Typestring
Required
Format"date-time"
userId*
Typeinteger
Required
Minimum1

Request Body

application/json
JSON
{
"message": "",
"sendKickMessage": true
}

Responses

Success

Playground

Authorization
Variables
Key
Value
Body

Samples

cURL
JavaScript
PHP
Python