- Delete Team
-
- Argos will delete all of your Team's projects
- , along with all of its Builds, Screenshots, Screenshot Diffs,
- Settings and other resources belonging to your Team.
-
-
- Your existing subscription will be cancelled, and you will no
-
-
- Argos recommends that you transfer projects you want to keep
- to another Team before deleting this Team.
-
-
- Warning: This action is not reversible.
- Please be certain.
-
- {
- if (value !== props.teamSlug) {
- return "Team name does not match";
- }
- return true;
- },
- })}
- className="mb-4"
- label={
- <>
- Enter the team name {props.teamSlug} to
- continue:
- >
+
-