v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Webhooks

Teams > Membership > Deletes

Subscription_type: teams/membership/delete

postWebhookWebhooks > Teams > Membership > Deletes

Payload

idstring required

Membership ID

company_idstring

Company ID of the membership

employee_idstring required

Employee ID of the membership

team_idstring required

Team ID of the membership

leadboolean required

Whether the employee is a lead of the team or not

Example payload

{
  "id": "1",
  "company_id": "5",
  "employee_id": "12",
  "team_id": "4",
  "lead": true
}

Response

Return a 200 status to indicate that the data was received successfully