Skip to content

Decline a request to join a store team

DELETE
/api/stores/{storeId}/requests/{userId}

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

storeId*

for which store to remove a request

Typeinteger
Required
Pattern"[1-9][0-9]*"
userId*

whose request should be removed

Typeinteger
Required
Pattern"[1-9][0-9]*"

Request Body

application/json
JSON
{
"message": null
}

Responses

Success

Playground

Authorization
Variables
Key
Value
Body

Samples

cURL
JavaScript
PHP
Python