# Cancel pending downgrade for a subscription contract Cancels a scheduled/pending downgrade for a specific subscription contract. This endpoint removes the pending downgrade so that the subscription will continue with its current plan. Important Notes: - The downgrade must be pending (not yet executed) to be cancelled - Once cancelled, the subscription will remain on its current plan - An activity log entry is created when a downgrade is cancelled Use Cases: - Allow customers to change their mind about a scheduled downgrade - Cancel downgrades when customers upgrade or renew - Administrative cancellation of pending plan changes Authentication: Requires API key authentication via X-API-Key header or api_key parameter Endpoint: DELETE /api/external/v2/subscription-contract-details/{contractId}/pending-downgrade Version: 0.0.1 ## Query parameters: - `api_key` (string) API Key (Deprecated - Use Header X-API-Key instead) ## Header parameters: - `X-API-Key` (string) ## Path parameters: - `contractId` (integer, required) The subscription contract ID Example: 12345 ## Response 204 fields ## Response 401 fields ## Response 404 fields