Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (14 loc) · 430 Bytes

team_profile_delete.md

File metadata and controls

16 lines (14 loc) · 430 Bytes

team_profile_delete event type

{
	"type": "team_profile_delete",
	"profile": {
		"fields": [
			"Xf06054AAA",
			...
		]
	}
}

The team_profile_delete event is sent to all connections for a team when a team admin deletes field definitions from the team profile. Only the ids of the deleted field definitions are included in the payload. Where appropriate, clients should update to reflect new changes immediately.