The workspace profile fields have been deleted

Facts

Works with

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

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

When an event occurs, we will send an HTTP POST request to your Request URL. The outer payload is uniform across all Events API methods, and contains fields like team_id and event. Learn more