Skip to main content
POST
/
v1
/
admin
/
finance
/
accountant-shares
/
{id}
/
revoke
Revoke an accountant share
curl --request POST \
  --url https://{operatorDomain}/v1/admin/finance/accountant-shares/{id}/revoke \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "token": "<string>",
    "from": "2023-12-25",
    "to": "2023-12-25",
    "revokedAt": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Path Parameters

id
string
required

Response

200 - application/json

Revoked share

data
object