---
title: Delete a Rule Set
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/delete-v1-gamecentermatchmakingrulesets-_id_
---

# Delete a Rule Set

Delete a rule set along with its matchmaking rules and teams.

## URL

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

## Path Parameters

id: A unique identifier for the rule set.

## Response Codes

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

## See Also

### Creating, modifying, and deleting rule sets

- [Create a Rule Set](appstoreconnectapi/post-v1-gamecentermatchmakingrulesets.md)
- [Modify a Rule Set](appstoreconnectapi/patch-v1-gamecentermatchmakingrulesets-_id_.md)
