Skip to content

Remove a user from all his pickups.

DELETE
/api/pickups/{fsId}

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

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