entitlements_delete_test
Irreversibly delete a Discord test entitlement using application ID and entitlement ID. Requires explicit confirmation via __confirm:true and MCP_DRY_RUN=false.
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 | |||