Delete Team
/teams/{id}
Delete Schedule [DELETE]
Delete a single team. A 412 response is returned with the number of team assignments about to be undone until you send a confirmed key in the body. Upon deleting the team:
- The accounts will be no longer be assigned to the team.
- The users will be no longer be assigned to the team.
- The folder types will be no longer be assigned to the team.
- The forms will be no longer be assigned to the team.
- Any accounts not assigned to another team will no longer be seen any web or mobile users.
- Any folder types not assigned to another team will no longer be seen any web or mobile users.
- Any forms not assigned to another team will no longer be seen any web or mobile users.
Authorization: Admin
Request
Body{
"confirmed": true
}
Response 412
Body{
"usersCount": 1,
"accountsCount": 8,
"folderTypesCount": 1,
"formTemplatesCount": 10,
"orphanedAccountsCount": 2,
"orphanedFolderTypesCount": 1,
"orphanedFormTemplatesCount": 6
}
Response 200
Body{}