v6
latestOpenAPI 3.1.02026-07-311856741.1 MBcustomer_seat.revoked
Sent when a customer seat is revoked.
This event is triggered when access to a seat is revoked, either manually by the organization or automatically when a subscription is canceled.
postWebhookcustomer_seat.revoked
Payload
Example payload
{
"type": "customer_seat.revoked",
"data": {
"member": {
"email": "member@example.com",
"name": "Jane Doe",
"external_id": "usr_1337"
}
}
}Response
Successful Response
{"stackTrail":"webhooks:customer_seat.revoked:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}