entitlements_delete_test
Delete a test entitlement permanently. Requires confirmation to remove an irreversibly deleted test entitlement from your Discord application.
Instructions
Purpose: Delete a test entitlement (dev tool). DESTRUCTIVE - IRREVERSIBLE.
Returns: {deleted, application_id, entitlement_id}.
Security: gated by ConfirmRequired. Pass __confirm:true AND set MCP_DRY_RUN=false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| __confirm | No | Set true to authorize this destructive operation. Also requires the server to run with MCP_DRY_RUN=false; otherwise a DRY_RUN_PREVIEW is returned. | |
| application_id | Yes | Your application/bot ID | |
| entitlement_id | Yes | Test entitlement to delete (IRREVERSIBLE) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||