---
title: Delete a Team
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/delete-v1-gamecentermatchmakingteams-_id_
---

# Delete a Team

Delete a game-specific team in a rule set.

## URL

DELETE https://api.appstoreconnect.apple.com/v1/gameCenterMatchmakingTeams/{id}

## Path Parameters

id: The unique identifier for the team.

## Response Codes

204 No Content: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 404 Not Found: 429 :

## See Also

### Creating, modifying, and deleting teams

- [Create a Team](appstoreconnectapi/post-v1-gamecentermatchmakingteams.md)
- [Modify a Team](appstoreconnectapi/patch-v1-gamecentermatchmakingteams-_id_.md)
