Skip to content

Removes the user's own request or denies another user's request for a store.

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
userId*

whose request should be removed

Typeinteger
Required

Request Body

application/json
JSON
{
"message": null
}

Responses

Success

Playground

Authorization
Variables
Key
Value
Body

Samples

cURL
JavaScript
PHP
Python