team.deleted

This event is triggered when a team is deleted.

Payload

The payload of this webhook request is an object.
typestringRequired

team.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}