Skip to content
Search
K
Main Navigation
Guide
Rest API
Wiki
Appearance
Menu
Return to top
Move a store team member to the regular team
DELETE
/api/stores/{storeId}/members/{userId}/standby
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
Type
API Key (header: X-CSRF-Token)
Parameters
Path Parameters
storeId
*
Type
string
Required
Pattern
"[1-9][0-9]*"
userId
*
Type
string
Required
Pattern
"[1-9][0-9]*"
Responses
200
401
403
404
Success.
DELETE
/api/stores/{storeId}/members/{userId}/standby
Playground
Authorization
api_key
Variables
Key
Value
storeId
*
userId
*
Try it out
Samples
cURL
JavaScript
PHP
Python
cURL
JavaScript
PHP
Python