Cancel staff account invite
Last updated
Was this helpful?
Last updated
Was this helpful?
DELETE
https://app.ecwid.com/api/v3/{storeId}/staff/invite
Your app must have the following access scopes to make this request: invite_staff
All path params are required.
storeId
number
Ecwid store ID.
The Authorization header is required.
Authorization
Bearer secret_ab***cd
Access token of the application.
A JSON object with the following fields:
string
Staff account email. Required
deleteCount
number
Defines if the invite was cancelled.
One of:
1
if the invite was cancelled,
0
if wasn't.