cURL
curl --request POST \ --url https://api.tessie.com/{vin}/invitations/{id}/revoke \ --header 'Authorization: Bearer <token>'
{ "result": true }
Revokes a driver invitation.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The associated VIN.
Invitation ID.
OK
The response is of type object.
object