This event is triggered when a user is deleted.

Payload

The payload of this webhook request is an object.
typestringRequired
user.deleted
dataobjectRequired

Response

200
any
Return a 200 status to indicate that the data was received successfully.
Payload
1{
2 "type": "string",
3 "data": {
4 "id": "string"
5 }
6}