POST
/
{vin}
/
invitations
/
{id}
/
revoke
Revoke an Invitation
curl --request POST \
  --url https://api.tessie.com/{vin}/invitations/{id}/revoke \
  --header 'Authorization: Bearer <token>'
{
  "result": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

vin
string
required

The associated VIN.

id
string
required

Invitation ID.

Response

200 - application/json

OK

The response is of type object.