Cancel staff account invite

DELETE https://app.ecwid.com/api/v3/{storeId}/staff/invite

Required access scopes

Your app must have the following access scopes to make this request: invite_staff

Path params

All path params are required.

Param
Type
Description

storeId

number

Ecwid store ID.

Headers

The Authorization header is required.

Header
Format
Description

Authorization

Bearer secret_ab***cd

Access token of the application.

Request JSON

A JSON object with the following fields:

Field
Type
Description

email

string

Staff account email. Required

Response JSON

A JSON object with the following fields:

Field
Type
Description

deleteCount

number

Defines if the invite was cancelled. One of: 1 if the invite was cancelled, 0 if wasn't.

Last updated

Was this helpful?